Html Css Color HEX #364863 Cello

📋 copy color: '#364863'

red 54 ◦ green 72 ◦ blue 99

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

Shades of Cello #364863

Tints of Cello #364863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44%

R = 24%
G = 32%
B = 44%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#364863 (or 0x364863) is known color: Cello. HEX triplet: 36, 48 and 63. RGB value is (54,72,99). Sum of RGB (Red+Green+Blue) = 54+72+99=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #364863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364863 is #C9B79C. Grayscale: #454545. Windows color (decimal): -13219741 or 6506550. OLE color: 6506550.

HSL color Cylindrical-coordinate representation of color #364863: hue angle of 216º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #364863 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 72 99 -
CMYK 0.45 0.27 0 0.61
HSL 216º 0.29% 0.3% -
HSV(B) 216º 0.45% 0.39% -
XYZ 6.09 6.32 12.7 -
YUV 69.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 54 72 99 0.45 0.27 0 0.61 216 0.29 0.3
Hex 36 48 63 2D 1B 0 3D D8 1D 1E
Octal 66 110 143 55 33 0 75 330 35 36
Binary 110110 1001000 1100011 101101 11011 0 111101 11011000 11101 11110

Color Harmonies of #364863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364863

Black with #364863

Text Example


Text Example

White with #364863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364863; }

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

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

background-color css

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

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

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

border-color css

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

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

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