#315852

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

Shades of Blue Dianne #315852

Tints of Blue Dianne #315852

Color information

#315852 (or 0x315852) is unknown color: approx Blue Dianne. HEX triplet: 31, 58 and 52. RGB value is (49,88,82). Sum of RGB (Red+Green+Blue) = 49+88+82=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 88 - color contains mainly: green. Hex color #315852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315852 is #CEA7AD. Grayscale: #4B4B4B. Windows color (decimal): -13543342 or 5396529. OLE color: 5396529.

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

Color convert

RGB498882-
CMYK0.4400.070.65
HSL170.77º28.47%26.86%-
HSV(B)170.77º44.32%34.51%-
XYZ6.288.249.24-
YUV75.66131.58108.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 88 (34.77% from 255) = 40.18%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=22.37%
G=40.18%
B=37.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4988820.4400.070.65170.7728.4726.86
Hex3158522C0741ab1c1b
Octal6113012254071012533433
Binary1100011011000101001010110001111000001101010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315852; }

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

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

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

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

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

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

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

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