Html Css Color HEX #365261 Cello

📋 copy color: '#365261'

red 54 ◦ green 82 ◦ blue 97

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

Shades of Cello #365261

Tints of Cello #365261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.19%

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

R = 23.18%
G = 35.19%
B = 41.63%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#365261 (or 0x365261) is known color: Cello. HEX triplet: 36, 52 and 61. RGB value is (54,82,97). Sum of RGB (Red+Green+Blue) = 54+82+97=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 97 - color contains mainly: blue. Hex color #365261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365261 is #C9AD9E. Grayscale: #4B4B4B. Windows color (decimal): -13217183 or 6378038. OLE color: 6378038.

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

Color convert

RGB 54 82 97 -
CMYK 0.44 0.15 0 0.62
HSL 200.93º 0.28% 0.3% -
HSV(B) 200.93º 0.44% 0.38% -
XYZ 6.7 7.68 12.44 -
YUV 75.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 54 82 97 0.44 0.15 0 0.62 200.93 0.28 0.3
Hex 36 52 61 2C F 0 3E C9 1C 1E
Octal 66 122 141 54 17 0 76 311 34 36
Binary 110110 1010010 1100001 101100 1111 0 111110 11001001 11100 11110

Color Harmonies of #365261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365261

Black with #365261

Text Example


Text Example

White with #365261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365261; }

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

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

background-color css

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

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

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

border-color css

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

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

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