#30504A

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

Shades of Blue Dianne #30504A

Tints of Blue Dianne #30504A

Color information

#30504A (or 0x30504A) is unknown color: approx Blue Dianne. HEX triplet: 30, 50 and 4A. RGB value is (48,80,74). Sum of RGB (Red+Green+Blue) = 48+80+74=202 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.76% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #30504A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30504A is #CFAFB5. Grayscale: #454545. Windows color (decimal): -13610934 or 4870192. OLE color: 4870192.

HSL color Cylindrical-coordinate representation of color #30504A: hue angle of 168.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30504A is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.69.

Color convert

RGB488074-
CMYK0.4000.080.69
HSL168.75º25%25.1%-
HSV(B)168.75º40%31.37%-
XYZ5.326.867.52-
YUV69.75130.4112.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.76%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 74 (29.30% from 255) = 36.63%
R=23.76%
G=39.60%
B=36.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880740.4000.080.69168.752525.1
Hex30504A280845a91919
Octal60120112500101052513131
Binary11000010100001001010101000010001000101101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30504A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30504A; }

 p { color: rgb(48,80,74); }

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

<style>
 a { background-color: #30504A; }

 a { background-color: rgb(48,80,74); }

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

<style>
 span { border-color: #30504A; }

 span { border-color: rgb(48,80,74); }

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