#30544E

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

Shades of Blue Dianne #30544E

Tints of Blue Dianne #30544E

Color information

#30544E (or 0x30544E) is unknown color: approx Blue Dianne. HEX triplet: 30, 54 and 4E. RGB value is (48,84,78). Sum of RGB (Red+Green+Blue) = 48+84+78=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #30544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30544E is #CFABB1. Grayscale: #484848. Windows color (decimal): -13609906 or 5133360. OLE color: 5133360.

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

Color convert

RGB488478-
CMYK0.4300.070.67
HSL170º27.27%25.88%-
HSV(B)170º42.86%32.94%-
XYZ5.767.528.36-
YUV72.55131.07110.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 84 (33.20% from 255) = 40%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=22.86%
G=40%
B=37.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884780.4300.070.6717027.2725.88
Hex30544E2B0743aa1b1a
Octal6012411653071032523332
Binary1100001010100100111010101101111000011101010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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