Html Css Color HEX #377987 Calypso

📋 copy color: '#377987'

red 55 ◦ green 121 ◦ blue 135

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

Shades of Calypso #377987

Tints of Calypso #377987

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.91%

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

R = 17.68%
G = 38.91%
B = 43.41%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#377987 (or 0x377987) is known color: Calypso. HEX triplet: 37, 79 and 87. RGB value is (55,121,135). Sum of RGB (Red+Green+Blue) = 55+121+135=311 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.68% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #377987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377987 is #C88678. Grayscale: #666666. Windows color (decimal): -13141625 or 8878391. OLE color: 8878391.

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

Color convert

RGB 55 121 135 -
CMYK 0.59 0.10 0 0.47
HSL 190.5º 0.42% 0.37% -
HSV(B) 190.5º 0.59% 0.53% -
XYZ 12.79 16.24 25.38 -
YUV 102.86 146.13 93.86 -
System Red Green Blue C M Y K H S L
Decimal 55 121 135 0.59 0.10 0 0.47 190.5 0.42 0.37
Hex 37 79 87 3B A 0 2F BE 2A 25
Octal 67 171 207 73 12 0 57 276 52 45
Binary 110111 1111001 10000111 111011 1010 0 101111 10111110 101010 100101

Color Harmonies of #377987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377987

Black with #377987

Text Example


Text Example

White with #377987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377987; }

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

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

background-color css

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

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

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

border-color css

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

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

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