Html Css Color HEX #30534C Blue Dianne

📋 copy color: '#30534C'

red 48 ◦ green 83 ◦ blue 76

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

Shades of Blue Dianne #30534C

Tints of Blue Dianne #30534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 23.19%
G = 40.1%
B = 36.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#30534C (or 0x30534C) is known color: Blue Dianne. HEX triplet: 30, 53 and 4C. RGB value is (48,83,76). Sum of RGB (Red+Green+Blue) = 48+83+76=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #30534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30534C is #CFACB3. Grayscale: #474747. Windows color (decimal): -13610164 or 5002032. OLE color: 5002032.

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

Color convert

RGB 48 83 76 -
CMYK 0.42 0 0.08 0.67
HSL 168º 0.27% 0.26% -
HSV(B) 168º 0.42% 0.33% -
XYZ 5.62 7.34 7.96 -
YUV 71.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 48 83 76 0.42 0 0.08 0.67 168 0.27 0.26
Hex 30 53 4C 2A 0 8 43 A8 1B 1A
Octal 60 123 114 52 0 10 103 250 33 32
Binary 110000 1010011 1001100 101010 0 1000 1000011 10101000 11011 11010

Color Harmonies of #30534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30534C

Black with #30534C

Text Example


Text Example

White with #30534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #30534C;
 }
 .AnyTagClassName
 {
   color: #30534C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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