#377CAC

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

Shades of Curious Blue #377CAC

Tints of Curious Blue #377CAC

Color information

#377CAC (or 0x377CAC) is unknown color: approx Curious Blue. HEX triplet: 37, 7C and AC. RGB value is (55,124,172). Sum of RGB (Red+Green+Blue) = 55+124+172=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #377CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377CAC is #C88353. Grayscale: #6C6C6C. Windows color (decimal): -13140820 or 11303991. OLE color: 11303991.

HSL color Cylindrical-coordinate representation of color #377CAC: hue angle of 204.62º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #377CAC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB55124172-
CMYK0.680.2800.33
HSL204.62º51.54%44.51%-
HSV(B)204.62º68.02%67.45%-
XYZ16.2318.2141.69-
YUV108.84163.6489.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 124 (48.83% from 255) = 35.33%
BLUE value IS 172 (67.58% from 255) = 49.00%
R=15.67%
G=35.33%
B=49.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551241720.680.2800.33204.6251.5444.51
Hex377CAC441C021cd342d
Octal67174254104340413156455
Binary110111111110010101100100010011100010000111001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377CAC; }

 p { color: rgb(55,124,172); }

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

<style>
 a { background-color: #377CAC; }

 a { background-color: rgb(55,124,172); }

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

<style>
 span { border-color: #377CAC; }

 span { border-color: rgb(55,124,172); }

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