#30534B

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

Shades of Blue Dianne #30534B

Tints of Blue Dianne #30534B

Color information

#30534B (or 0x30534B) is unknown color: approx Blue Dianne. HEX triplet: 30, 53 and 4B. RGB value is (48,83,75). Sum of RGB (Red+Green+Blue) = 48+83+75=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #30534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30534B is #CFACB4. Grayscale: #474747. Windows color (decimal): -13610165 or 4936496. OLE color: 4936496.

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

Color convert

RGB488375-
CMYK0.4200.100.67
HSL166.29º26.72%25.69%-
HSV(B)166.29º42.17%32.55%-
XYZ5.587.327.78-
YUV71.62129.9111.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 75 (29.69% from 255) = 36.41%
R=23.30%
G=40.29%
B=36.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883750.4200.100.67166.2926.7225.69
Hex30534B2A0A43a61b1a
Octal60123113520121032463332
Binary11000010100111001011101010010101000011101001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30534B; }

 p { color: rgb(48,83,75); }

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

<style>
 a { background-color: #30534B; }

 a { background-color: rgb(48,83,75); }

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

<style>
 span { border-color: #30534B; }

 span { border-color: rgb(48,83,75); }

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