#305952

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

Shades of Blue Dianne #305952

Tints of Blue Dianne #305952

Color information

#305952 (or 0x305952) is unknown color: approx Blue Dianne. HEX triplet: 30, 59 and 52. RGB value is (48,89,82). Sum of RGB (Red+Green+Blue) = 48+89+82=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 82 (32.42% from 255 or 37.44% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #305952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305952 is #CFA6AD. Grayscale: #4B4B4B. Windows color (decimal): -13608622 or 5396784. OLE color: 5396784.

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

Color convert

RGB488982-
CMYK0.4600.080.65
HSL169.76º29.93%26.86%-
HSV(B)169.76º46.07%34.9%-
XYZ6.318.389.27-
YUV75.94131.42108.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.92%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 82 (32.42% from 255) = 37.44%
R=21.92%
G=40.64%
B=37.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889820.4600.080.65169.7629.9326.86
Hex3059522E0841aa1e1b
Octal60131122560101012523633
Binary11000010110011010010101110010001000001101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305952; }

 p { color: rgb(48,89,82); }

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

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

 a { background-color: rgb(48,89,82); }

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

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

 span { border-color: rgb(48,89,82); }

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