Html Css Color HEX #365565 Cello

📋 copy color: '#365565'

red 54 ◦ green 85 ◦ blue 101

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

Shades of Cello #365565

Tints of Cello #365565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 22.5%
G = 35.42%
B = 42.08%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365565 (or 0x365565) is known color: Cello. HEX triplet: 36, 55 and 65. RGB value is (54,85,101). Sum of RGB (Red+Green+Blue) = 54+85+101=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #365565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365565 is #C9AA9A. Grayscale: #4D4D4D. Windows color (decimal): -13216411 or 6640950. OLE color: 6640950.

HSL color Cylindrical-coordinate representation of color #365565: hue angle of 200.43º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365565 is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 85 101 -
CMYK 0.47 0.16 0 0.60
HSL 200.43º 0.3% 0.3% -
HSV(B) 200.43º 0.47% 0.4% -
XYZ 7.12 8.22 13.52 -
YUV 77.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 54 85 101 0.47 0.16 0 0.60 200.43 0.3 0.3
Hex 36 55 65 2F 10 0 3C C8 1E 1E
Octal 66 125 145 57 20 0 74 310 36 36
Binary 110110 1010101 1100101 101111 10000 0 111100 11001000 11110 11110

Color Harmonies of #365565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365565

Black with #365565

Text Example


Text Example

White with #365565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365565; }

 p { color: rgb(54,85,101); }

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

background-color css

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

 a { background-color: rgb(54,85,101); }

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

border-color css

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

 span { border-color: rgb(54,85,101); }

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