#3E95BF

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

Shades of Curious Blue #3E95BF

Tints of Curious Blue #3E95BF

Color information

#3E95BF (or 0x3E95BF) is unknown color: approx Curious Blue. HEX triplet: 3E, 95 and BF. RGB value is (62,149,191). Sum of RGB (Red+Green+Blue) = 62+149+191=402 (53% of max value = 765). Red value is 62 (24.61% from 255 or 15.42% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 191 (75% from 255 or 47.51% from 402); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E95BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3E95BF is #C16A40. Grayscale: #7F7F7F. Windows color (decimal): -12675649 or 12555582. OLE color: 12555582.

HSL color Cylindrical-coordinate representation of color #3E95BF: hue angle of 199.53º 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 #3E95BF is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB62149191-
CMYK0.680.2200.25
HSL199.53º50.99%49.61%-
HSV(B)199.53º67.54%74.9%-
XYZ22.1426.2853.2-
YUV127.78163.6881.08-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 15.42%
GREEN value IS 149 (58.59% from 255) = 37.06%
BLUE value IS 191 (75% from 255) = 47.51%
R=15.42%
G=37.06%
B=47.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621491910.680.2200.25199.5350.9949.61
Hex3E95BF4416019c83332
Octal76225277104260313106362
Binary111110100101011011111110001001011001100111001000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E95BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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