Html Css Color HEX #377786 Calypso

📋 copy color: '#377786'

red 55 ◦ green 119 ◦ blue 134

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

Shades of Calypso #377786

Tints of Calypso #377786

RGB

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

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

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

R = 17.86%
G = 38.64%
B = 43.51%

CMYK

 C value IS 0.59

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#377786 (or 0x377786) is known color: Calypso. HEX triplet: 37, 77 and 86. RGB value is (55,119,134). Sum of RGB (Red+Green+Blue) = 55+119+134=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #377786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377786 is #C88879. Grayscale: #656565. Windows color (decimal): -13142138 or 8812343. OLE color: 8812343.

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

Color convert

RGB 55 119 134 -
CMYK 0.59 0.11 0 0.47
HSL 191.39º 0.42% 0.37% -
HSV(B) 191.39º 0.59% 0.53% -
XYZ 12.48 15.73 24.93 -
YUV 101.57 146.3 94.78 -
System Red Green Blue C M Y K H S L
Decimal 55 119 134 0.59 0.11 0 0.47 191.39 0.42 0.37
Hex 37 77 86 3B B 0 2F BF 2A 25
Octal 67 167 206 73 13 0 57 277 52 45
Binary 110111 1110111 10000110 111011 1011 0 101111 10111111 101010 100101

Color Harmonies of #377786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377786

Black with #377786

Text Example


Text Example

White with #377786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377786; }

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

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

background-color css

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

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

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

border-color css

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

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

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