#30554F

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

Shades of Blue Dianne #30554F

Tints of Blue Dianne #30554F

Color information

#30554F (or 0x30554F) is unknown color: approx Blue Dianne. HEX triplet: 30, 55 and 4F. RGB value is (48,85,79). Sum of RGB (Red+Green+Blue) = 48+85+79=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 85 - color contains mainly: green. Hex color #30554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30554F is #CFAAB0. Grayscale: #494949. Windows color (decimal): -13609649 or 5199152. OLE color: 5199152.

HSL color Cylindrical-coordinate representation of color #30554F: hue angle of 170.27º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30554F is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB488579-
CMYK0.4400.070.67
HSL170.27º27.82%26.08%-
HSV(B)170.27º43.53%33.33%-
XYZ5.887.698.57-
YUV73.25131.24109.99-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 79 (31.25% from 255) = 37.26%
R=22.64%
G=40.09%
B=37.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885790.4400.070.67170.2727.8226.08
Hex30554F2C0743aa1c1a
Octal6012511754071032523432
Binary1100001010101100111110110001111000011101010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30554F; }

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

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

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

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

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

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

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

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