#305953

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

Shades of Blue Dianne #305953

Tints of Blue Dianne #305953

Color information

#305953 (or 0x305953) is unknown color: approx Blue Dianne. HEX triplet: 30, 59 and 53. RGB value is (48,89,83). Sum of RGB (Red+Green+Blue) = 48+89+83=220 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.82% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 89 - color contains mainly: green. Hex color #305953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305953 is #CFA6AC. Grayscale: #4C4C4C. Windows color (decimal): -13608621 or 5462320. OLE color: 5462320.

HSL color Cylindrical-coordinate representation of color #305953: hue angle of 171.22º 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 #305953 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB488983-
CMYK0.4600.070.65
HSL171.22º29.93%26.86%-
HSV(B)171.22º46.07%34.9%-
XYZ6.358.49.47-
YUV76.06131.92107.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.82%
GREEN value IS 89 (35.16% from 255) = 40.45%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=21.82%
G=40.45%
B=37.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889830.4600.070.65171.2229.9326.86
Hex3059532E0741ab1e1b
Octal6013112356071012533633
Binary1100001011001101001110111001111000001101010111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305953; }

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

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

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

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

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

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

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

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