#3E91BF

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

Shades of Curious Blue #3E91BF

Tints of Curious Blue #3E91BF

Color information

#3E91BF (or 0x3E91BF) is unknown color: approx Curious Blue. HEX triplet: 3E, 91 and BF. RGB value is (62,145,191). Sum of RGB (Red+Green+Blue) = 62+145+191=398 (52% of max value = 765). Red value is 62 (24.61% from 255 or 15.58% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E91BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E91BF is #C16E40. Grayscale: #7D7D7D. Windows color (decimal): -12676673 or 12554558. OLE color: 12554558.

HSL color Cylindrical-coordinate representation of color #3E91BF: hue angle of 201.4º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E91BF is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB62145191-
CMYK0.680.2400.25
HSL201.4º50.99%49.61%-
HSV(B)201.4º67.54%74.9%-
XYZ21.5225.0452.99-
YUV125.4316582.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.58%
GREEN value IS 145 (57.03% from 255) = 36.43%
BLUE value IS 191 (75% from 255) = 47.99%
R=15.58%
G=36.43%
B=47.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621451910.680.2400.25201.450.9949.61
Hex3E91BF4418019c93332
Octal76221277104300313116362
Binary111110100100011011111110001001100001100111001001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E91BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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