#377fb3

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

Shades of Curious Blue #377FB3

Tints of Curious Blue #377FB3

Color information

#377FB3 (or 0x377FB3) is unknown color: approx Curious Blue. HEX triplet: 37, 7F and B3. RGB value is (55,127,179). Sum of RGB (Red+Green+Blue) = 55+127+179=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #377FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #377FB3 is #C8804C. Grayscale: #6F6F6F. Windows color (decimal): -13140045 or 11763511. OLE color: 11763511.

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

Color convert

RGB55127179-
CMYK0.690.2900.30
HSL205.16º52.99%45.88%-
HSV(B)205.16º69.27%70.2%-
XYZ17.319.2545.45-
YUV111.4166.1587.77-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 179 (70.31% from 255) = 49.58%
R=15.24%
G=35.18%
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.30
SystemRedGreenBlueCMYKHSL
Decimal551271790.690.2900.30205.1652.9945.88
Hex377FB3451D01Ecd352e
Octal67177263105350363156556
Binary11011111111111011001110001011110101111011001101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377fb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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