Html Css Color HEX #364961 Cello

📋 copy color: '#364961'

red 54 ◦ green 73 ◦ blue 97

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

Shades of Cello #364961

Tints of Cello #364961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

 BLUE value IS 97 (38.28% from 255) = 43.3%

R = 24.11%
G = 32.59%
B = 43.3%

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

#364961 (or 0x364961) is known color: Cello. HEX triplet: 36, 49 and 61. RGB value is (54,73,97). Sum of RGB (Red+Green+Blue) = 54+73+97=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #364961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364961 is #C9B69E. Grayscale: #454545. Windows color (decimal): -13219487 or 6375734. OLE color: 6375734.

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

Color convert

RGB 54 73 97 -
CMYK 0.44 0.25 0 0.62
HSL 213.49º 0.28% 0.3% -
HSV(B) 213.49º 0.44% 0.38% -
XYZ 6.06 6.41 12.23 -
YUV 70.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 54 73 97 0.44 0.25 0 0.62 213.49 0.28 0.3
Hex 36 49 61 2C 19 0 3E D5 1C 1E
Octal 66 111 141 54 31 0 76 325 34 36
Binary 110110 1001001 1100001 101100 11001 0 111110 11010101 11100 11110

Color Harmonies of #364961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364961

Black with #364961

Text Example


Text Example

White with #364961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364961; }

 p { color: rgb(54,73,97); }

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

background-color css

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

 a { background-color: rgb(54,73,97); }

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

border-color css

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

 span { border-color: rgb(54,73,97); }

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