#365250

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

Shades of Blue Dianne #365250

Tints of Blue Dianne #365250

Color information

#365250 (or 0x365250) is unknown color: approx Blue Dianne. HEX triplet: 36, 52 and 50. RGB value is (54,82,80). Sum of RGB (Red+Green+Blue) = 54+82+80=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #365250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365250 is #C9ADAF. Grayscale: #494949. Windows color (decimal): -13217200 or 5263926. OLE color: 5263926.

HSL color Cylindrical-coordinate representation of color #365250: hue angle of 175.71º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365250 is Cyan = 0.34, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.

Color convert

RGB548280-
CMYK0.3400.020.68
HSL175.71º20.59%26.67%-
HSV(B)175.71º34.15%32.16%-
XYZ5.997.48.7-
YUV73.4131.72114.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 80 (31.64% from 255) = 37.04%
R=25%
G=37.96%
B=37.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5482800.3400.020.68175.7120.5926.67
Hex365250220244b0151b
Octal6612212042021042602533
Binary110110101001010100001000100101000100101100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365250; }

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

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

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

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

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

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

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

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