Html Css Color HEX #365165 Cello

📋 copy color: '#365165'

red 54 ◦ green 81 ◦ blue 101

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

Shades of Cello #365165

Tints of Cello #365165

RGB

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

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

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

R = 22.88%
G = 34.32%
B = 42.8%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365165 (or 0x365165) is known color: Cello. HEX triplet: 36, 51 and 65. RGB value is (54,81,101). Sum of RGB (Red+Green+Blue) = 54+81+101=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #365165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365165 is #C9AE9A. Grayscale: #4B4B4B. Windows color (decimal): -13217435 or 6639926. OLE color: 6639926.

HSL color Cylindrical-coordinate representation of color #365165: hue angle of 205.53º 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 #365165 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 81 101 -
CMYK 0.47 0.20 0 0.60
HSL 205.53º 0.3% 0.3% -
HSV(B) 205.53º 0.47% 0.4% -
XYZ 6.81 7.61 13.42 -
YUV 75.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 54 81 101 0.47 0.20 0 0.60 205.53 0.3 0.3
Hex 36 51 65 2F 14 0 3C CE 1E 1E
Octal 66 121 145 57 24 0 74 316 36 36
Binary 110110 1010001 1100101 101111 10100 0 111100 11001110 11110 11110

Color Harmonies of #365165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365165

Black with #365165

Text Example


Text Example

White with #365165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365165; }

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

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

background-color css

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

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

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

border-color css

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

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

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