Html Css Color HEX #364D61 Cello

📋 copy color: '#364D61'

red 54 ◦ green 77 ◦ blue 97

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

Shades of Cello #364D61

Tints of Cello #364D61

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

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

R = 23.68%
G = 33.77%
B = 42.54%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364D61 (or 0x364D61) is known color: Cello. HEX triplet: 36, 4D and 61. RGB value is (54,77,97). Sum of RGB (Red+Green+Blue) = 54+77+97=228 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.68% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: blue. Hex color #364D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364D61 is #C9B29E. Grayscale: #484848. Windows color (decimal): -13218463 or 6376758. OLE color: 6376758.

HSL color Cylindrical-coordinate representation of color #364D61: hue angle of 207.91º 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 #364D61 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 77 97 -
CMYK 0.44 0.21 0 0.62
HSL 207.91º 0.28% 0.3% -
HSV(B) 207.91º 0.44% 0.38% -
XYZ 6.33 6.96 12.32 -
YUV 72.4 141.88 114.87 -
System Red Green Blue C M Y K H S L
Decimal 54 77 97 0.44 0.21 0 0.62 207.91 0.28 0.3
Hex 36 4D 61 2C 15 0 3E D0 1C 1E
Octal 66 115 141 54 25 0 76 320 34 36
Binary 110110 1001101 1100001 101100 10101 0 111110 11010000 11100 11110

Color Harmonies of #364D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364D61

Black with #364D61

Text Example


Text Example

White with #364D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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