Html Css Color HEX #377686 Calypso

📋 copy color: '#377686'

red 55 ◦ green 118 ◦ blue 134

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

Shades of Calypso #377686

Tints of Calypso #377686

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 17.92%
G = 38.44%
B = 43.65%

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

#377686 (or 0x377686) is known color: Calypso. HEX triplet: 37, 76 and 86. RGB value is (55,118,134). Sum of RGB (Red+Green+Blue) = 55+118+134=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 134 (52.73% from 255 or 43.65% from 307); Max value from RGB is 134 - color contains mainly: blue. Hex color #377686 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377686 is #C88979. Grayscale: #646464. Windows color (decimal): -13142394 or 8812087. OLE color: 8812087.

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

Color convert

RGB 55 118 134 -
CMYK 0.59 0.12 0 0.47
HSL 192.15º 0.42% 0.37% -
HSV(B) 192.15º 0.59% 0.53% -
XYZ 12.36 15.49 24.89 -
YUV 100.99 146.63 95.2 -
System Red Green Blue C M Y K H S L
Decimal 55 118 134 0.59 0.12 0 0.47 192.15 0.42 0.37
Hex 37 76 86 3B C 0 2F C0 2A 25
Octal 67 166 206 73 14 0 57 300 52 45
Binary 110111 1110110 10000110 111011 1100 0 101111 11000000 101010 100101

Color Harmonies of #377686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377686

Black with #377686

Text Example


Text Example

White with #377686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377686; }

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

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

background-color css

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

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

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

border-color css

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

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

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