Html Css Color HEX #367786 Calypso

📋 copy color: '#367786'

red 54 ◦ green 119 ◦ blue 134

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

Shades of Calypso #367786

Tints of Calypso #367786

RGB

 RED value IS 54 (21.48% from 255) = 17.59%

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

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

R = 17.59%
G = 38.76%
B = 43.65%

CMYK

 C value IS 0.60

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367786 (or 0x367786) is known color: Calypso. HEX triplet: 36, 77 and 86. RGB value is (54,119,134). Sum of RGB (Red+Green+Blue) = 54+119+134=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 119 (46.88% from 255 or 38.76% 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 #367786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367786 is #C98879. Grayscale: #656565. Windows color (decimal): -13207674 or 8812342. OLE color: 8812342.

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

Color convert

RGB 54 119 134 -
CMYK 0.60 0.11 0 0.47
HSL 191.25º 0.43% 0.37% -
HSV(B) 191.25º 0.6% 0.53% -
XYZ 12.42 15.7 24.93 -
YUV 101.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 54 119 134 0.60 0.11 0 0.47 191.25 0.43 0.37
Hex 36 77 86 3C B 0 2F BF 2B 25
Octal 66 167 206 74 13 0 57 277 53 45
Binary 110110 1110111 10000110 111100 1011 0 101111 10111111 101011 100101

Color Harmonies of #367786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367786

Black with #367786

Text Example


Text Example

White with #367786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367786; }

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

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

background-color css

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

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

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

border-color css

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

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

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