#3E79BF

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

Shades of Curious Blue #3E79BF

Tints of Curious Blue #3E79BF

Color information

#3E79BF (or 0x3E79BF) is unknown color: approx Curious Blue. HEX triplet: 3E, 79 and BF. RGB value is (62,121,191). Sum of RGB (Red+Green+Blue) = 62+121+191=374 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.58% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #3E79BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E79BF is #C18640. Grayscale: #6F6F6F. Windows color (decimal): -12682817 or 12548414. OLE color: 12548414.

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

Color convert

RGB62121191-
CMYK0.680.3700.25
HSL212.56º50.99%49.61%-
HSV(B)212.56º67.54%74.9%-
XYZ18.2318.4651.89-
YUV111.34172.9592.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.58%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 191 (75% from 255) = 51.07%
R=16.58%
G=32.35%
B=51.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal621211910.680.3700.25212.5650.9949.61
Hex3E79BF4425019d53332
Octal76171277104450313256362
Binary111110111100110111111100010010010101100111010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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