#377FA9

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

Shades of Curious Blue #377FA9

Tints of Curious Blue #377FA9

Color information

#377FA9 (or 0x377FA9) is unknown color: approx Curious Blue. HEX triplet: 37, 7F and A9. RGB value is (55,127,169). Sum of RGB (Red+Green+Blue) = 55+127+169=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 127 (50% from 255 or 36.18% from 351); Blue value is 169 (66.41% from 255 or 48.15% from 351); Max value from RGB is 169 - color contains mainly: blue. Hex color #377FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377FA9 is #C88056. Grayscale: #6E6E6E. Windows color (decimal): -13140055 or 11108151. OLE color: 11108151.

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

Color convert

RGB55127169-
CMYK0.670.2500.34
HSL202.11º50.89%43.92%-
HSV(B)202.11º67.46%66.27%-
XYZ16.3318.8640.32-
YUV110.26161.1588.58-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.67%
GREEN value IS 127 (50% from 255) = 36.18%
BLUE value IS 169 (66.41% from 255) = 48.15%
R=15.67%
G=36.18%
B=48.15%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal551271690.670.2500.34202.1150.8943.92
Hex377FA94319022ca332c
Octal67177251103310423126354
Binary110111111111110101001100001111001010001011001010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,127,169); }

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

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

 a { background-color: rgb(55,127,169); }

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

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

 span { border-color: rgb(55,127,169); }

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