Html Css Color HEX #377788 Calypso

📋 copy color: '#377788'

red 55 ◦ green 119 ◦ blue 136

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

Shades of Calypso #377788

Tints of Calypso #377788

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 43.87%

R = 17.74%
G = 38.39%
B = 43.87%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#377788 (or 0x377788) is known color: Calypso. HEX triplet: 37, 77 and 88. RGB value is (55,119,136). Sum of RGB (Red+Green+Blue) = 55+119+136=310 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.74% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 136 - color contains mainly: blue. Hex color #377788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377788 is #C88877. Grayscale: #656565. Windows color (decimal): -13142136 or 8943415. OLE color: 8943415.

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

Color convert

RGB 55 119 136 -
CMYK 0.60 0.12 0 0.47
HSL 192.59º 0.42% 0.37% -
HSV(B) 192.59º 0.6% 0.53% -
XYZ 12.62 15.78 25.67 -
YUV 101.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 55 119 136 0.60 0.12 0 0.47 192.59 0.42 0.37
Hex 37 77 88 3C C 0 2F C1 2A 25
Octal 67 167 210 74 14 0 57 301 52 45
Binary 110111 1110111 10001000 111100 1100 0 101111 11000001 101010 100101

Color Harmonies of #377788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377788

Black with #377788

Text Example


Text Example

White with #377788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377788; }

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

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

background-color css

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

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

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

border-color css

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

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

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