Html Css Color HEX #377888 Calypso

📋 copy color: '#377888'

red 55 ◦ green 120 ◦ blue 136

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

Shades of Calypso #377888

Tints of Calypso #377888

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.59%

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

R = 17.68%
G = 38.59%
B = 43.73%

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

#377888 (or 0x377888) is known color: Calypso. HEX triplet: 37, 78 and 88. RGB value is (55,120,136). Sum of RGB (Red+Green+Blue) = 55+120+136=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #377888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377888 is #C88777. Grayscale: #666666. Windows color (decimal): -13141880 or 8943671. OLE color: 8943671.

HSL color Cylindrical-coordinate representation of color #377888: hue angle of 191.85º 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 #377888 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 120 136 -
CMYK 0.60 0.12 0 0.47
HSL 191.85º 0.42% 0.37% -
HSV(B) 191.85º 0.6% 0.53% -
XYZ 12.74 16.02 25.71 -
YUV 102.39 146.97 94.2 -
System Red Green Blue C M Y K H S L
Decimal 55 120 136 0.60 0.12 0 0.47 191.85 0.42 0.37
Hex 37 78 88 3C C 0 2F C0 2A 25
Octal 67 170 210 74 14 0 57 300 52 45
Binary 110111 1111000 10001000 111100 1100 0 101111 11000000 101010 100101

Color Harmonies of #377888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377888

Black with #377888

Text Example


Text Example

White with #377888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377888; }

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

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

background-color css

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

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

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

border-color css

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

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

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