#395452

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

Shades of Blue Dianne #395452

Tints of Blue Dianne #395452

Color information

#395452 (or 0x395452) is unknown color: approx Blue Dianne. HEX triplet: 39, 54 and 52. RGB value is (57,84,82). Sum of RGB (Red+Green+Blue) = 57+84+82=223 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.56% from 223); Green value is 84 (33.20% from 255 or 37.67% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 84 - color contains mainly: green. Hex color #395452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395452 is #C6ABAD. Grayscale: #4B4B4B. Windows color (decimal): -13020078 or 5395513. OLE color: 5395513.

HSL color Cylindrical-coordinate representation of color #395452: hue angle of 175.56º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395452 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB578482-
CMYK0.3200.020.67
HSL175.56º19.15%27.65%-
HSV(B)175.56º32.14%32.94%-
XYZ6.387.829.16-
YUV75.7131.55114.66-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.56%
GREEN value IS 84 (33.20% from 255) = 37.67%
BLUE value IS 82 (32.42% from 255) = 36.77%
R=25.56%
G=37.67%
B=36.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5784820.3200.020.67175.5619.1527.65
Hex395452200243b0131c
Octal7112412240021032602334
Binary111001101010010100101000000101000011101100001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395452; }

 p { color: rgb(57,84,82); }

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

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

 a { background-color: rgb(57,84,82); }

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

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

 span { border-color: rgb(57,84,82); }

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