#30564E

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

Shades of Blue Dianne #30564E

Tints of Blue Dianne #30564E

Color information

#30564E (or 0x30564E) is unknown color: approx Blue Dianne. HEX triplet: 30, 56 and 4E. RGB value is (48,86,78). Sum of RGB (Red+Green+Blue) = 48+86+78=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #30564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30564E is #CFA9B1. Grayscale: #494949. Windows color (decimal): -13609394 or 5133872. OLE color: 5133872.

HSL color Cylindrical-coordinate representation of color #30564E: hue angle of 167.37º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30564E is Cyan = 0.44, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB488678-
CMYK0.4400.090.66
HSL167.37º28.36%26.27%-
HSV(B)167.37º44.19%33.73%-
XYZ5.927.838.41-
YUV73.73130.41109.65-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=22.64%
G=40.57%
B=36.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4886780.4400.090.66167.3728.3626.27
Hex30564E2C0942a71c1a
Octal60126116540111022473432
Binary11000010101101001110101100010011000010101001111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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