Html Css Color HEX #377787 Calypso

📋 copy color: '#377787'

red 55 ◦ green 119 ◦ blue 135

#377787
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calypso #377787

Tints of Calypso #377787

RGB

 RED value IS 55 (21.88% from 255) = 17.8%

 GREEN value IS 119 (46.88% from 255) = 38.51%

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 17.8%
G = 38.51%
B = 43.69%

CMYK

 C value IS 0.59

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#377787 (or 0x377787) is known color: Calypso. HEX triplet: 37, 77 and 87. RGB value is (55,119,135). Sum of RGB (Red+Green+Blue) = 55+119+135=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #377787 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377787 is #C88878. Grayscale: #656565. Windows color (decimal): -13142137 or 8877879. OLE color: 8877879.

HSL color Cylindrical-coordinate representation of color #377787: hue angle of 192º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #377787 is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 119 135 -
CMYK 0.59 0.12 0 0.47
HSL 192º 0.42% 0.37% -
HSV(B) 192º 0.59% 0.53% -
XYZ 12.55 15.76 25.3 -
YUV 101.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 55 119 135 0.59 0.12 0 0.47 192 0.42 0.37
Hex 37 77 87 3B C 0 2F C0 2A 25
Octal 67 167 207 73 14 0 57 300 52 45
Binary 110111 1110111 10000111 111011 1100 0 101111 11000000 101010 100101

Color Harmonies of #377787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377787

Black with #377787

Text Example


Text Example

White with #377787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377787; }

 p { color: rgb(55,119,135); }

 H1.HeaderClassName
 {
   color: #377787;
 }
 .AnyTagClassName
 {
   color: #377787;
 }
</style>

background-color css

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

 a { background-color: rgb(55,119,135); }

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

border-color css

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

 span { border-color: rgb(55,119,135); }

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