Html Css Color HEX #364860 Cello

📋 copy color: '#364860'

red 54 ◦ green 72 ◦ blue 96

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

Shades of Cello #364860

Tints of Cello #364860

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

 BLUE value IS 96 (37.89% from 255) = 43.24%

R = 24.32%
G = 32.43%
B = 43.24%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364860 (or 0x364860) is known color: Cello. HEX triplet: 36, 48 and 60. RGB value is (54,72,96). Sum of RGB (Red+Green+Blue) = 54+72+96=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #364860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364860 is #C9B79F. Grayscale: #454545. Windows color (decimal): -13219744 or 6309942. OLE color: 6309942.

HSL color Cylindrical-coordinate representation of color #364860: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #364860 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 72 96 -
CMYK 0.44 0.25 0 0.62
HSL 214.29º 0.28% 0.29% -
HSV(B) 214.29º 0.44% 0.38% -
XYZ 5.95 6.26 11.96 -
YUV 69.35 143.04 117.05 -
System Red Green Blue C M Y K H S L
Decimal 54 72 96 0.44 0.25 0 0.62 214.29 0.28 0.29
Hex 36 48 60 2C 19 0 3E D6 1C 1D
Octal 66 110 140 54 31 0 76 326 34 35
Binary 110110 1001000 1100000 101100 11001 0 111110 11010110 11100 11101

Color Harmonies of #364860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364860

Black with #364860

Text Example


Text Example

White with #364860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364860; }

 p { color: rgb(54,72,96); }

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

background-color css

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

 a { background-color: rgb(54,72,96); }

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

border-color css

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

 span { border-color: rgb(54,72,96); }

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