#3E7ABF

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

Shades of Curious Blue #3E7ABF

Tints of Curious Blue #3E7ABF

Color information

#3E7ABF (or 0x3E7ABF) is unknown color: approx Curious Blue. HEX triplet: 3E, 7A and BF. RGB value is (62,122,191). Sum of RGB (Red+Green+Blue) = 62+122+191=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E7ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E7ABF is #C18540. Grayscale: #6F6F6F. Windows color (decimal): -12682561 or 12548670. OLE color: 12548670.

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

Color convert

RGB62122191-
CMYK0.680.3600.25
HSL212.09º50.99%49.61%-
HSV(B)212.09º67.54%74.9%-
XYZ18.3518.751.93-
YUV111.93172.6292.39-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.53%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 191 (75% from 255) = 50.93%
R=16.53%
G=32.53%
B=50.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621221910.680.3600.25212.0950.9949.61
Hex3E7ABF4424019d43332
Octal76172277104440313246362
Binary111110111101010111111100010010010001100111010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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