#30534E

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

Shades of Blue Dianne #30534E

Tints of Blue Dianne #30534E

Color information

#30534E (or 0x30534E) is unknown color: approx Blue Dianne. HEX triplet: 30, 53 and 4E. RGB value is (48,83,78). Sum of RGB (Red+Green+Blue) = 48+83+78=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #30534E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30534E is #CFACB1. Grayscale: #474747. Windows color (decimal): -13610162 or 5133104. OLE color: 5133104.

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

Color convert

RGB488378-
CMYK0.4200.060.67
HSL171.43º26.72%25.69%-
HSV(B)171.43º42.17%32.55%-
XYZ5.697.368.33-
YUV71.96131.4110.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=22.97%
G=39.71%
B=37.32%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883780.4200.060.67171.4326.7225.69
Hex30534E2A0643ab1b1a
Octal6012311652061032533332
Binary1100001010011100111010101001101000011101010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30534E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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