#305954

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

Shades of Blue Dianne #305954

Tints of Blue Dianne #305954

Color information

#305954 (or 0x305954) is unknown color: approx Blue Dianne. HEX triplet: 30, 59 and 54. RGB value is (48,89,84). Sum of RGB (Red+Green+Blue) = 48+89+84=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #305954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305954 is #CFA6AB. Grayscale: #4C4C4C. Windows color (decimal): -13608620 or 5527856. OLE color: 5527856.

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

Color convert

RGB488984-
CMYK0.4600.060.65
HSL172.68º29.93%26.86%-
HSV(B)172.68º46.07%34.9%-
XYZ6.398.419.67-
YUV76.17132.42107.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.72%
GREEN value IS 89 (35.16% from 255) = 40.27%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=21.72%
G=40.27%
B=38.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889840.4600.060.65172.6829.9326.86
Hex3059542E0641ad1e1b
Octal6013112456061012553633
Binary1100001011001101010010111001101000001101011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305954; }

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

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

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

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

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

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

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

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