#377CAA

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

Shades of Curious Blue #377CAA

Tints of Curious Blue #377CAA

Color information

#377CAA (or 0x377CAA) is unknown color: approx Curious Blue. HEX triplet: 37, 7C and AA. RGB value is (55,124,170). Sum of RGB (Red+Green+Blue) = 55+124+170=349 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.76% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 170 (66.80% from 255 or 48.71% from 349); Max value from RGB is 170 - color contains mainly: blue. Hex color #377CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377CAA is #C88355. Grayscale: #6C6C6C. Windows color (decimal): -13140822 or 11172919. OLE color: 11172919.

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

Color convert

RGB55124170-
CMYK0.680.2700.33
HSL204º51.11%44.12%-
HSV(B)204º67.65%66.67%-
XYZ16.0418.1340.68-
YUV108.61162.6489.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.76%
GREEN value IS 124 (48.83% from 255) = 35.53%
BLUE value IS 170 (66.80% from 255) = 48.71%
R=15.76%
G=35.53%
B=48.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal551241700.680.2700.3320451.1144.12
Hex377CAA441B021cc332c
Octal67174252104330413146354
Binary110111111110010101010100010011011010000111001100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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