#365266

Color #365266 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #365266

Tints of Cello #365266

Color information

#365266 (or 0x365266) is unknown color: approx Cello. HEX triplet: 36, 52 and 66. RGB value is (54,82,102). Sum of RGB (Red+Green+Blue) = 54+82+102=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #365266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365266 is #C9AD99. Grayscale: #4B4B4B. Windows color (decimal): -13217178 or 6705718. OLE color: 6705718.

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

Color convert

RGB5482102-
CMYK0.470.2000.6
HSL205º30.77%30.59%-
HSV(B)205º47.06%40%-
XYZ6.947.7813.71-
YUV75.91142.72112.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=22.69%
G=34.45%
B=42.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54821020.470.2000.620530.7730.59
Hex3652662F1403Ccd1f1f
Octal6612214657240743153737
Binary11011010100101100110101111101000111100110011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365266; }

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

 H1.HeaderClassName
 {
   color: #365266;
 }
 .AnyTagClassName
 {
   color: #365266;
 }
</style>
background-color css

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

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

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

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

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

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