Html Css Color HEX #36506D Cello

📋 copy color: '#36506D'

red 54 ◦ green 80 ◦ blue 109

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

Shades of Cello #36506D

Tints of Cello #36506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 109 (42.97% from 255) = 44.86%

R = 22.22%
G = 32.92%
B = 44.86%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36506D (or 0x36506D) is known color: Cello. HEX triplet: 36, 50 and 6D. RGB value is (54,80,109). Sum of RGB (Red+Green+Blue) = 54+80+109=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 109 - color contains mainly: blue. Hex color #36506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36506D is #C9AF92. Grayscale: #4B4B4B. Windows color (decimal): -13217683 or 7163958. OLE color: 7163958.

HSL color Cylindrical-coordinate representation of color #36506D: hue angle of 211.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36506D is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 80 109 -
CMYK 0.50 0.27 0 0.57
HSL 211.64º 0.34% 0.32% -
HSV(B) 211.64º 0.5% 0.43% -
XYZ 7.15 7.63 15.56 -
YUV 75.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 54 80 109 0.50 0.27 0 0.57 211.64 0.34 0.32
Hex 36 50 6D 32 1B 0 39 D4 22 20
Octal 66 120 155 62 33 0 71 324 42 40
Binary 110110 1010000 1101101 110010 11011 0 111001 11010100 100010 100000

Color Harmonies of #36506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36506D

Black with #36506D

Text Example


Text Example

White with #36506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36506D; }

 p { color: rgb(54,80,109); }

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

background-color css

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

 a { background-color: rgb(54,80,109); }

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

border-color css

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

 span { border-color: rgb(54,80,109); }

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