#30544F

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

Shades of Blue Dianne #30544F

Tints of Blue Dianne #30544F

Color information

#30544F (or 0x30544F) is unknown color: approx Blue Dianne. HEX triplet: 30, 54 and 4F. RGB value is (48,84,79). Sum of RGB (Red+Green+Blue) = 48+84+79=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #30544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30544F is #CFABB0. Grayscale: #484848. Windows color (decimal): -13609905 or 5198896. OLE color: 5198896.

HSL color Cylindrical-coordinate representation of color #30544F: hue angle of 171.67º 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 #30544F is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB488479-
CMYK0.4300.060.67
HSL171.67º27.27%25.88%-
HSV(B)171.67º42.86%32.94%-
XYZ5.87.538.55-
YUV72.67131.57110.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 79 (31.25% from 255) = 37.44%
R=22.75%
G=39.81%
B=37.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4884790.4300.060.67171.6727.2725.88
Hex30544F2B0643ac1b1a
Octal6012411753061032543332
Binary1100001010100100111110101101101000011101011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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