Html Css Color HEX #377886 Calypso

📋 copy color: '#377886'

red 55 ◦ green 120 ◦ blue 134

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

Shades of Calypso #377886

Tints of Calypso #377886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.37%

R = 17.8%
G = 38.83%
B = 43.37%

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

#377886 (or 0x377886) is known color: Calypso. HEX triplet: 37, 78 and 86. RGB value is (55,120,134). Sum of RGB (Red+Green+Blue) = 55+120+134=309 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.80% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: blue. Hex color #377886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377886 is #C88779. Grayscale: #666666. Windows color (decimal): -13141882 or 8812599. OLE color: 8812599.

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

Color convert

RGB 55 120 134 -
CMYK 0.59 0.10 0 0.47
HSL 190.63º 0.42% 0.37% -
HSV(B) 190.63º 0.59% 0.53% -
XYZ 12.6 15.97 24.97 -
YUV 102.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 55 120 134 0.59 0.10 0 0.47 190.63 0.42 0.37
Hex 37 78 86 3B A 0 2F BF 2A 25
Octal 67 170 206 73 12 0 57 277 52 45
Binary 110111 1111000 10000110 111011 1010 0 101111 10111111 101010 100101

Color Harmonies of #377886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377886

Black with #377886

Text Example


Text Example

White with #377886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377886; }

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

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

background-color css

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

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

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

border-color css

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

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

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