#30554E

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

Shades of Blue Dianne #30554E

Tints of Blue Dianne #30554E

Color information

#30554E (or 0x30554E) is unknown color: approx Blue Dianne. HEX triplet: 30, 55 and 4E. RGB value is (48,85,78). Sum of RGB (Red+Green+Blue) = 48+85+78=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #30554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30554E is #CFAAB1. Grayscale: #494949. Windows color (decimal): -13609650 or 5133616. OLE color: 5133616.

HSL color Cylindrical-coordinate representation of color #30554E: hue angle of 168.65º 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 #30554E is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB488578-
CMYK0.4400.080.67
HSL168.65º27.82%26.08%-
HSV(B)168.65º43.53%33.33%-
XYZ5.847.688.38-
YUV73.14130.74110.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 85 (33.59% from 255) = 40.28%
BLUE value IS 78 (30.86% from 255) = 36.97%
R=22.75%
G=40.28%
B=36.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4885780.4400.080.67168.6527.8226.08
Hex30554E2C0843a91c1a
Octal60125116540101032513432
Binary11000010101011001110101100010001000011101010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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