Html Css Color HEX #36737F Calypso

📋 copy color: '#36737F'

red 54 ◦ green 115 ◦ blue 127

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

Shades of Calypso #36737F

Tints of Calypso #36737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.85%

 BLUE value IS 127 (50% from 255) = 42.91%

R = 18.24%
G = 38.85%
B = 42.91%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36737F (or 0x36737F) is known color: Calypso. HEX triplet: 36, 73 and 7F. RGB value is (54,115,127). Sum of RGB (Red+Green+Blue) = 54+115+127=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #36737F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36737F is #C98C80. Grayscale: #626262. Windows color (decimal): -13208705 or 8352566. OLE color: 8352566.

HSL color Cylindrical-coordinate representation of color #36737F: hue angle of 189.86º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36737F is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 115 127 -
CMYK 0.57 0.09 0 0.50
HSL 189.86º 0.4% 0.35% -
HSV(B) 189.86º 0.57% 0.5% -
XYZ 11.48 14.58 22.29 -
YUV 98.13 144.29 96.52 -
System Red Green Blue C M Y K H S L
Decimal 54 115 127 0.57 0.09 0 0.50 189.86 0.4 0.35
Hex 36 73 7F 39 9 0 32 BE 28 23
Octal 66 163 177 71 11 0 62 276 50 43
Binary 110110 1110011 1111111 111001 1001 0 110010 10111110 101000 100011

Color Harmonies of #36737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36737F

Black with #36737F

Text Example


Text Example

White with #36737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36737F; }

 p { color: rgb(54,115,127); }

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

background-color css

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

 a { background-color: rgb(54,115,127); }

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

border-color css

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

 span { border-color: rgb(54,115,127); }

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