Html Css Color HEX #364C61 Cello

📋 copy color: '#364C61'

red 54 ◦ green 76 ◦ blue 97

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

Shades of Cello #364C61

Tints of Cello #364C61

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

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

R = 23.79%
G = 33.48%
B = 42.73%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364C61 (or 0x364C61) is known color: Cello. HEX triplet: 36, 4C and 61. RGB value is (54,76,97). Sum of RGB (Red+Green+Blue) = 54+76+97=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #364C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364C61 is #C9B39E. Grayscale: #474747. Windows color (decimal): -13218719 or 6376502. OLE color: 6376502.

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

Color convert

RGB 54 76 97 -
CMYK 0.44 0.22 0 0.62
HSL 209.3º 0.28% 0.3% -
HSV(B) 209.3º 0.44% 0.38% -
XYZ 6.26 6.82 12.29 -
YUV 71.82 142.21 115.29 -
System Red Green Blue C M Y K H S L
Decimal 54 76 97 0.44 0.22 0 0.62 209.3 0.28 0.3
Hex 36 4C 61 2C 16 0 3E D1 1C 1E
Octal 66 114 141 54 26 0 76 321 34 36
Binary 110110 1001100 1100001 101100 10110 0 111110 11010001 11100 11110

Color Harmonies of #364C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C61

Black with #364C61

Text Example


Text Example

White with #364C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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