#3E91CF

Color #3E91CF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3E91CF

Tints of Curious Blue #3E91CF

Color information

#3E91CF (or 0x3E91CF) is unknown color: approx Curious Blue. HEX triplet: 3E, 91 and CF. RGB value is (62,145,207). Sum of RGB (Red+Green+Blue) = 62+145+207=414 (54% of max value = 765). Red value is 62 (24.61% from 255 or 14.98% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E91CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E91CF is #C16E30. Grayscale: #7E7E7E. Windows color (decimal): -12676657 or 13603134. OLE color: 13603134.

HSL color Cylindrical-coordinate representation of color #3E91CF: hue angle of 205.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E91CF is Cyan = 0.70, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB62145207-
CMYK0.700.3000.19
HSL205.66º60.17%52.75%-
HSV(B)205.66º70.05%81.18%-
XYZ23.3725.7862.78-
YUV127.2517381.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 14.98%
GREEN value IS 145 (57.03% from 255) = 35.02%
BLUE value IS 207 (81.25% from 255) = 50%
R=14.98%
G=35.02%
B=50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal621452070.700.3000.19205.6660.1752.75
Hex3E91CF461E013ce3c35
Octal76221317106360233167465
Binary111110100100011100111110001101111001001111001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E91CF; }

 p { color: rgb(62,145,207); }

 H1.HeaderClassName
 {
   color: #3E91CF;
 }
 .AnyTagClassName
 {
   color: #3E91CF;
 }
</style>
background-color css

<style>
 a { background-color: #3E91CF; }

 a { background-color: rgb(62,145,207); }

 div.DivClassName
 {
   background-color: #3E91CF;
 }
 .BgClassName
 {
   background-color: #3E91CF;
 }
</style>
border-color css

<style>
 span { border-color: #3E91CF; }

 span { border-color: rgb(62,145,207); }

 td.TdClassName
 {
   border-color: #3E91CF;
 }
 .TagClassName
 {
   border-color: #3E91CF;
 }
</style>