#365450

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

Shades of Blue Dianne #365450

Tints of Blue Dianne #365450

Color information

#365450 (or 0x365450) is unknown color: approx Blue Dianne. HEX triplet: 36, 54 and 50. RGB value is (54,84,80). Sum of RGB (Red+Green+Blue) = 54+84+80=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #365450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365450 is #C9ABAF. Grayscale: #4A4A4A. Windows color (decimal): -13216688 or 5264438. OLE color: 5264438.

HSL color Cylindrical-coordinate representation of color #365450: hue angle of 172º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365450 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB548480-
CMYK0.3600.050.67
HSL172º21.74%27.06%-
HSV(B)172º35.71%32.94%-
XYZ6.147.78.75-
YUV74.57131.06113.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=24.77%
G=38.53%
B=36.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484800.3600.050.6717221.7427.06
Hex365450240543ac161b
Octal6612412044051032542633
Binary1101101010100101000010010001011000011101011001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365450; }

 p { color: rgb(54,84,80); }

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

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

 a { background-color: rgb(54,84,80); }

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

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

 span { border-color: rgb(54,84,80); }

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