#365267

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

Shades of Cello #365267

Tints of Cello #365267

Color information

#365267 (or 0x365267) is unknown color: approx Cello. HEX triplet: 36, 52 and 67. RGB value is (54,82,103). Sum of RGB (Red+Green+Blue) = 54+82+103=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 103 - color contains mainly: blue. Hex color #365267 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365267 is #C9AD98. Grayscale: #4B4B4B. Windows color (decimal): -13217177 or 6771254. OLE color: 6771254.

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

Color convert

RGB5482103-
CMYK0.480.2000.60
HSL205.71º31.21%30.78%-
HSV(B)205.71º47.57%40.39%-
XYZ6.997.813.97-
YUV76.02143.22112.29-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.59%
GREEN value IS 82 (32.42% from 255) = 34.31%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=22.59%
G=34.31%
B=43.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal54821030.480.2000.60205.7131.2130.78
Hex365267301403Cce1f1f
Octal6612214760240743163737
Binary11011010100101100111110000101000111100110011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365267; }

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

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

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

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

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

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

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

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