Html Css Color HEX #30534B Blue Dianne

📋 copy color: '#30534B'

red 48 ◦ green 83 ◦ blue 75

#30534B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #30534B

Tints of Blue Dianne #30534B

RGB

 RED value IS 48 (19.14% from 255) = 23.3%

 GREEN value IS 83 (32.81% from 255) = 40.29%

 BLUE value IS 75 (29.69% from 255) = 36.41%

R = 23.3%
G = 40.29%
B = 36.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#30534B (or 0x30534B) is known color: 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

RGB 48 83 75 -
CMYK 0.42 0 0.10 0.67
HSL 166.29º 0.27% 0.26% -
HSV(B) 166.29º 0.42% 0.33% -
XYZ 5.58 7.32 7.78 -
YUV 71.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 48 83 75 0.42 0 0.10 0.67 166.29 0.27 0.26
Hex 30 53 4B 2A 0 A 43 A6 1B 1A
Octal 60 123 113 52 0 12 103 246 33 32
Binary 110000 1010011 1001011 101010 0 1010 1000011 10100110 11011 11010

Color Harmonies of #30534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30534B

Black with #30534B

Text Example


Text Example

White with #30534B

Text Example


Text Example

HTML Codes & Css Web 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>