Html Css Color HEX #365160 Cello

📋 copy color: '#365160'

red 54 ◦ green 81 ◦ blue 96

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

Shades of Cello #365160

Tints of Cello #365160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 35.06%

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

R = 23.38%
G = 35.06%
B = 41.56%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365160 (or 0x365160) is known color: Cello. HEX triplet: 36, 51 and 60. RGB value is (54,81,96). Sum of RGB (Red+Green+Blue) = 54+81+96=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #365160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365160 is #C9AE9F. Grayscale: #4A4A4A. Windows color (decimal): -13217440 or 6312246. OLE color: 6312246.

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

Color convert

RGB 54 81 96 -
CMYK 0.44 0.16 0 0.62
HSL 201.43º 0.28% 0.29% -
HSV(B) 201.43º 0.44% 0.38% -
XYZ 6.58 7.51 12.17 -
YUV 74.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 54 81 96 0.44 0.16 0 0.62 201.43 0.28 0.29
Hex 36 51 60 2C 10 0 3E C9 1C 1D
Octal 66 121 140 54 20 0 76 311 34 35
Binary 110110 1010001 1100000 101100 10000 0 111110 11001001 11100 11101

Color Harmonies of #365160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365160

Black with #365160

Text Example


Text Example

White with #365160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365160; }

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

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

background-color css

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

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

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

border-color css

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

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

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