#365853

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

Shades of Blue Dianne #365853

Tints of Blue Dianne #365853

Color information

#365853 (or 0x365853) is unknown color: approx Blue Dianne. HEX triplet: 36, 58 and 53. RGB value is (54,88,83). Sum of RGB (Red+Green+Blue) = 54+88+83=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 88 - color contains mainly: green. Hex color #365853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365853 is #C9A7AC. Grayscale: #4D4D4D. Windows color (decimal): -13215661 or 5462070. OLE color: 5462070.

HSL color Cylindrical-coordinate representation of color #365853: hue angle of 171.18º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365853 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB548883-
CMYK0.3900.060.65
HSL171.18º23.94%27.84%-
HSV(B)171.18º38.64%34.51%-
XYZ6.578.399.46-
YUV77.26131.24111.41-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=24%
G=39.11%
B=36.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488830.3900.060.65171.1823.9427.84
Hex365853270641ab181c
Octal6613012347061012533034
Binary1101101011000101001110011101101000001101010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365853; }

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

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

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

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

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

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

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

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