Html Css Color HEX #365260 Cello

📋 copy color: '#365260'

red 54 ◦ green 82 ◦ blue 96

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

Shades of Cello #365260

Tints of Cello #365260

RGB

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

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

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

R = 23.28%
G = 35.34%
B = 41.38%

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

#365260 (or 0x365260) is known color: Cello. HEX triplet: 36, 52 and 60. RGB value is (54,82,96). Sum of RGB (Red+Green+Blue) = 54+82+96=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #365260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365260 is #C9AD9F. Grayscale: #4B4B4B. Windows color (decimal): -13217184 or 6312502. OLE color: 6312502.

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

Color convert

RGB 54 82 96 -
CMYK 0.44 0.15 0 0.62
HSL 200º 0.28% 0.29% -
HSV(B) 200º 0.44% 0.38% -
XYZ 6.65 7.66 12.2 -
YUV 75.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 54 82 96 0.44 0.15 0 0.62 200 0.28 0.29
Hex 36 52 60 2C F 0 3E C8 1C 1D
Octal 66 122 140 54 17 0 76 310 34 35
Binary 110110 1010010 1100000 101100 1111 0 111110 11001000 11100 11101

Color Harmonies of #365260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365260

Black with #365260

Text Example


Text Example

White with #365260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365260; }

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

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

background-color css

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

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

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

border-color css

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

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

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