#377BAE

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

Shades of Curious Blue #377BAE

Tints of Curious Blue #377BAE

Color information

#377BAE (or 0x377BAE) is unknown color: approx Curious Blue. HEX triplet: 37, 7B and AE. RGB value is (55,123,174). Sum of RGB (Red+Green+Blue) = 55+123+174=352 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.62% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #377BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377BAE is #C88451. Grayscale: #6C6C6C. Windows color (decimal): -13141074 or 11434807. OLE color: 11434807.

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

Color convert

RGB55123174-
CMYK0.680.2900.32
HSL205.71º51.97%44.9%-
HSV(B)205.71º68.39%68.24%-
XYZ16.318.0342.67-
YUV108.48164.9789.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.62%
GREEN value IS 123 (48.44% from 255) = 34.94%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=15.62%
G=34.94%
B=49.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal551231740.680.2900.32205.7151.9744.9
Hex377BAE441D020ce342d
Octal67173256104350403166455
Binary110111111101110101110100010011101010000011001110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,123,174); }

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

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

 a { background-color: rgb(55,123,174); }

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

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

 span { border-color: rgb(55,123,174); }

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