#315452

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

Shades of Blue Dianne #315452

Tints of Blue Dianne #315452

Color information

#315452 (or 0x315452) is unknown color: approx Blue Dianne. HEX triplet: 31, 54 and 52. RGB value is (49,84,82). Sum of RGB (Red+Green+Blue) = 49+84+82=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 84 - color contains mainly: green. Hex color #315452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315452 is #CEABAD. Grayscale: #494949. Windows color (decimal): -13544366 or 5395505. OLE color: 5395505.

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

Color convert

RGB498482-
CMYK0.4200.020.67
HSL176.57º26.32%26.08%-
HSV(B)176.57º41.67%32.94%-
XYZ5.967.69.14-
YUV73.31132.9110.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.79%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=22.79%
G=39.07%
B=38.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984820.4200.020.67176.5726.3226.08
Hex3154522A0243b11a1a
Octal6112412252021032613232
Binary110001101010010100101010100101000011101100011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315452; }

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

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

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

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

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

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

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

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