Html Css Color HEX #364760 Cello

📋 copy color: '#364760'

red 54 ◦ green 71 ◦ blue 96

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

Shades of Cello #364760

Tints of Cello #364760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

 BLUE value IS 96 (37.89% from 255) = 43.44%

R = 24.43%
G = 32.13%
B = 43.44%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#364760 (or 0x364760) is known color: Cello. HEX triplet: 36, 47 and 60. RGB value is (54,71,96). Sum of RGB (Red+Green+Blue) = 54+71+96=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 96 - color contains mainly: blue. Hex color #364760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364760 is #C9B89F. Grayscale: #444444. Windows color (decimal): -13220000 or 6309686. OLE color: 6309686.

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

Color convert

RGB 54 71 96 -
CMYK 0.44 0.26 0 0.62
HSL 215.71º 0.28% 0.29% -
HSV(B) 215.71º 0.44% 0.38% -
XYZ 5.89 6.14 11.94 -
YUV 68.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 54 71 96 0.44 0.26 0 0.62 215.71 0.28 0.29
Hex 36 47 60 2C 1A 0 3E D8 1C 1D
Octal 66 107 140 54 32 0 76 330 34 35
Binary 110110 1000111 1100000 101100 11010 0 111110 11011000 11100 11101

Color Harmonies of #364760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364760

Black with #364760

Text Example


Text Example

White with #364760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364760; }

 p { color: rgb(54,71,96); }

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

background-color css

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

 a { background-color: rgb(54,71,96); }

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

border-color css

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

 span { border-color: rgb(54,71,96); }

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