Html Css Color HEX #365365 Cello

📋 copy color: '#365365'

red 54 ◦ green 83 ◦ blue 101

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

Shades of Cello #365365

Tints of Cello #365365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

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

R = 22.69%
G = 34.87%
B = 42.44%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365365 (or 0x365365) is known color: Cello. HEX triplet: 36, 53 and 65. RGB value is (54,83,101). Sum of RGB (Red+Green+Blue) = 54+83+101=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 101 - color contains mainly: blue. Hex color #365365 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365365 is #C9AC9A. Grayscale: #4C4C4C. Windows color (decimal): -13216923 or 6640438. OLE color: 6640438.

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

Color convert

RGB 54 83 101 -
CMYK 0.47 0.18 0 0.60
HSL 202.98º 0.3% 0.3% -
HSV(B) 202.98º 0.47% 0.4% -
XYZ 6.96 7.91 13.47 -
YUV 76.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 54 83 101 0.47 0.18 0 0.60 202.98 0.3 0.3
Hex 36 53 65 2F 12 0 3C CB 1E 1E
Octal 66 123 145 57 22 0 74 313 36 36
Binary 110110 1010011 1100101 101111 10010 0 111100 11001011 11110 11110

Color Harmonies of #365365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365365

Black with #365365

Text Example


Text Example

White with #365365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365365; }

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

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

background-color css

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

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

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

border-color css

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

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

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