#3772B8

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

Shades of Curious Blue #3772B8

Tints of Curious Blue #3772B8

Color information

#3772B8 (or 0x3772B8) is unknown color: approx Curious Blue. HEX triplet: 37, 72 and B8. RGB value is (55,114,184). Sum of RGB (Red+Green+Blue) = 55+114+184=353 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.58% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 184 (72.27% from 255 or 52.12% from 353); Max value from RGB is 184 - color contains mainly: blue. Hex color #3772B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772B8 is #C88D47. Grayscale: #676767. Windows color (decimal): -13143368 or 12087863. OLE color: 12087863.

HSL color Cylindrical-coordinate representation of color #3772B8: hue angle of 212.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3772B8 is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB55114184-
CMYK0.700.3800.28
HSL212.56º53.97%46.86%-
HSV(B)212.56º70.11%72.16%-
XYZ16.2416.3147.64-
YUV104.34172.9592.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.58%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 184 (72.27% from 255) = 52.12%
R=15.58%
G=32.29%
B=52.12%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal551141840.700.3800.28212.5653.9746.86
Hex3772B8462601Cd5362f
Octal67162270106460343256657
Binary110111111001010111000100011010011001110011010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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