#305955

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

Shades of Blue Dianne #305955

Tints of Blue Dianne #305955

Color information

#305955 (or 0x305955) is unknown color: approx Blue Dianne. HEX triplet: 30, 59 and 55. RGB value is (48,89,85). Sum of RGB (Red+Green+Blue) = 48+89+85=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 85 (33.59% from 255 or 38.29% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #305955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305955 is #CFA6AA. Grayscale: #4C4C4C. Windows color (decimal): -13608619 or 5593392. OLE color: 5593392.

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

Color convert

RGB488985-
CMYK0.4600.040.65
HSL174.15º29.93%26.86%-
HSV(B)174.15º46.07%34.9%-
XYZ6.438.439.88-
YUV76.28132.92107.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 21.62%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 85 (33.59% from 255) = 38.29%
R=21.62%
G=40.09%
B=38.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889850.4600.040.65174.1529.9326.86
Hex3059552E0441ae1e1b
Octal6013112556041012563633
Binary1100001011001101010110111001001000001101011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305955; }

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

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

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

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

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

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

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

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