Html Css Color HEX #365061 Cello

📋 copy color: '#365061'

red 54 ◦ green 80 ◦ blue 97

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

Shades of Cello #365061

Tints of Cello #365061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 23.38%
G = 34.63%
B = 41.99%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365061 (or 0x365061) is known color: Cello. HEX triplet: 36, 50 and 61. RGB value is (54,80,97). Sum of RGB (Red+Green+Blue) = 54+80+97=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 97 - color contains mainly: blue. Hex color #365061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365061 is #C9AF9E. Grayscale: #4A4A4A. Windows color (decimal): -13217695 or 6377526. OLE color: 6377526.

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

Color convert

RGB 54 80 97 -
CMYK 0.44 0.18 0 0.62
HSL 203.72º 0.28% 0.3% -
HSV(B) 203.72º 0.44% 0.38% -
XYZ 6.55 7.38 12.39 -
YUV 74.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 54 80 97 0.44 0.18 0 0.62 203.72 0.28 0.3
Hex 36 50 61 2C 12 0 3E CC 1C 1E
Octal 66 120 141 54 22 0 76 314 34 36
Binary 110110 1010000 1100001 101100 10010 0 111110 11001100 11100 11110

Color Harmonies of #365061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365061

Black with #365061

Text Example


Text Example

White with #365061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365061; }

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

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

background-color css

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

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

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

border-color css

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

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

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