#377DB1

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

Shades of Curious Blue #377DB1

Tints of Curious Blue #377DB1

Color information

#377DB1 (or 0x377DB1) is unknown color: approx Curious Blue. HEX triplet: 37, 7D and B1. RGB value is (55,125,177). Sum of RGB (Red+Green+Blue) = 55+125+177=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 125 (49.22% from 255 or 35.01% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #377DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377DB1 is #C8824E. Grayscale: #6D6D6D. Windows color (decimal): -13140559 or 11631927. OLE color: 11631927.

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

Color convert

RGB55125177-
CMYK0.690.2900.31
HSL205.57º52.59%45.49%-
HSV(B)205.57º68.93%69.41%-
XYZ16.8418.6544.31-
YUV110165.8188.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.41%
GREEN value IS 125 (49.22% from 255) = 35.01%
BLUE value IS 177 (69.53% from 255) = 49.58%
R=15.41%
G=35.01%
B=49.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal551251770.690.2900.31205.5752.5945.49
Hex377DB1451D01Fce352d
Octal67175261105350373166555
Binary11011111111011011000110001011110101111111001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,125,177); }

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

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

 a { background-color: rgb(55,125,177); }

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

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

 span { border-color: rgb(55,125,177); }

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