Html Css Color HEX #364856 Cello

📋 copy color: '#364856'

red 54 ◦ green 72 ◦ blue 86

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

Shades of Cello #364856

Tints of Cello #364856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 40.57%

R = 25.47%
G = 33.96%
B = 40.57%

CMYK

 C value IS 0.37

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#364856 (or 0x364856) is known color: Cello. HEX triplet: 36, 48 and 56. RGB value is (54,72,86). Sum of RGB (Red+Green+Blue) = 54+72+86=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 86 - color contains mainly: blue. Hex color #364856 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364856 is #C9B7A9. Grayscale: #444444. Windows color (decimal): -13219754 or 5654582. OLE color: 5654582.

HSL color Cylindrical-coordinate representation of color #364856: hue angle of 206.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #364856 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 72 86 -
CMYK 0.37 0.16 0 0.66
HSL 206.25º 0.23% 0.27% -
HSV(B) 206.25º 0.37% 0.34% -
XYZ 5.52 6.09 9.69 -
YUV 68.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 54 72 86 0.37 0.16 0 0.66 206.25 0.23 0.27
Hex 36 48 56 25 10 0 42 CE 17 1B
Octal 66 110 126 45 20 0 102 316 27 33
Binary 110110 1001000 1010110 100101 10000 0 1000010 11001110 10111 11011

Color Harmonies of #364856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364856

Black with #364856

Text Example


Text Example

White with #364856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364856; }

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

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

background-color css

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

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

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

border-color css

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

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

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