#377683

Color #377683 Calypso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calypso #377683

Tints of Calypso #377683

Color information

#377683 (or 0x377683) is unknown color: approx Calypso. HEX triplet: 37, 76 and 83. RGB value is (55,118,131). Sum of RGB (Red+Green+Blue) = 55+118+131=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 131 - color contains mainly: blue. Hex color #377683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377683 is #C8897C. Grayscale: #646464. Windows color (decimal): -13142397 or 8615479. OLE color: 8615479.

HSL color Cylindrical-coordinate representation of color #377683: hue angle of 190.26º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #377683 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB55118131-
CMYK0.580.1000.49
HSL190.26º40.86%36.47%-
HSV(B)190.26º58.02%51.37%-
XYZ12.1515.4123.81-
YUV100.64145.1395.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 18.09%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 131 (51.56% from 255) = 43.09%
R=18.09%
G=38.82%
B=43.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal551181310.580.1000.49190.2640.8636.47
Hex3776833AA031be2924
Octal6716620372120612765144
Binary1101111110110100000111110101010011000110111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377683; }

 p { color: rgb(55,118,131); }

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

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

 a { background-color: rgb(55,118,131); }

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

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

 span { border-color: rgb(55,118,131); }

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