Html Css Color HEX #30544C Blue Dianne

📋 copy color: '#30544C'

red 48 ◦ green 84 ◦ blue 76

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

Shades of Blue Dianne #30544C

Tints of Blue Dianne #30544C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.38%

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

R = 23.08%
G = 40.38%
B = 36.54%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#30544C (or 0x30544C) is known color: Blue Dianne. HEX triplet: 30, 54 and 4C. RGB value is (48,84,76). Sum of RGB (Red+Green+Blue) = 48+84+76=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #30544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30544C is #CFABB3. Grayscale: #484848. Windows color (decimal): -13609908 or 5002288. OLE color: 5002288.

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

Color convert

RGB 48 84 76 -
CMYK 0.43 0 0.10 0.67
HSL 166.67º 0.27% 0.26% -
HSV(B) 166.67º 0.43% 0.33% -
XYZ 5.69 7.49 7.98 -
YUV 72.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 48 84 76 0.43 0 0.10 0.67 166.67 0.27 0.26
Hex 30 54 4C 2B 0 A 43 A7 1B 1A
Octal 60 124 114 53 0 12 103 247 33 32
Binary 110000 1010100 1001100 101011 0 1010 1000011 10100111 11011 11010

Color Harmonies of #30544C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30544C

Black with #30544C

Text Example


Text Example

White with #30544C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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