#3772BC

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

Shades of Curious Blue #3772BC

Tints of Curious Blue #3772BC

Color information

#3772BC (or 0x3772BC) is unknown color: approx Curious Blue. HEX triplet: 37, 72 and BC. RGB value is (55,114,188). Sum of RGB (Red+Green+Blue) = 55+114+188=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #3772BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772BC is #C88D43. Grayscale: #686868. Windows color (decimal): -13143364 or 12350007. OLE color: 12350007.

HSL color Cylindrical-coordinate representation of color #3772BC: hue angle of 213.38º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3772BC is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB55114188-
CMYK0.710.3900.26
HSL213.38º54.73%47.65%-
HSV(B)213.38º70.74%73.73%-
XYZ16.6716.4849.88-
YUV104.8174.9592.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 114 (44.92% from 255) = 31.93%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=15.41%
G=31.93%
B=52.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal551141880.710.3900.26213.3854.7347.65
Hex3772BC472701Ad53730
Octal67162274107470323256760
Binary110111111001010111100100011110011101101011010101110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3772BC; }

 p { color: rgb(55,114,188); }

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

<style>
 a { background-color: #3772BC; }

 a { background-color: rgb(55,114,188); }

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

<style>
 span { border-color: #3772BC; }

 span { border-color: rgb(55,114,188); }

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