#3772ba

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

Shades of Curious Blue #3772BA

Tints of Curious Blue #3772BA

Color information

#3772BA (or 0x3772BA) is unknown color: approx Curious Blue. HEX triplet: 37, 72 and BA. RGB value is (55,114,186). Sum of RGB (Red+Green+Blue) = 55+114+186=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #3772BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3772BA is #C88D45. Grayscale: #686868. Windows color (decimal): -13143366 or 12218935. OLE color: 12218935.

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

Color convert

RGB55114186-
CMYK0.700.3900.27
HSL212.98º54.36%47.25%-
HSV(B)212.98º70.43%72.94%-
XYZ16.4616.3948.75-
YUV104.57173.9592.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.49%
GREEN value IS 114 (44.92% from 255) = 32.11%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=15.49%
G=32.11%
B=52.39%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal551141860.700.3900.27212.9854.3647.25
Hex3772BA462701Bd5362f
Octal67162272106470333256657
Binary110111111001010111010100011010011101101111010101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3772ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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