Html Css Color HEX #30504D Blue Dianne

📋 copy color: '#30504D'

red 48 ◦ green 80 ◦ blue 77

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

Shades of Blue Dianne #30504D

Tints of Blue Dianne #30504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

 BLUE value IS 77 (30.47% from 255) = 37.56%

R = 23.41%
G = 39.02%
B = 37.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.69

RGB Variations

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

Color information

#30504D (or 0x30504D) is known color: Blue Dianne. HEX triplet: 30, 50 and 4D. RGB value is (48,80,77). Sum of RGB (Red+Green+Blue) = 48+80+77=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #30504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30504D is #CFAFB2. Grayscale: #464646. Windows color (decimal): -13610931 or 5066800. OLE color: 5066800.

HSL color Cylindrical-coordinate representation of color #30504D: hue angle of 174.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30504D is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 77 -
CMYK 0.40 0 0.04 0.69
HSL 174.38º 0.25% 0.25% -
HSV(B) 174.38º 0.4% 0.31% -
XYZ 5.43 6.9 8.07 -
YUV 70.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 48 80 77 0.40 0 0.04 0.69 174.38 0.25 0.25
Hex 30 50 4D 28 0 4 45 AE 19 19
Octal 60 120 115 50 0 4 105 256 31 31
Binary 110000 1010000 1001101 101000 0 100 1000101 10101110 11001 11001

Color Harmonies of #30504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30504D

Black with #30504D

Text Example


Text Example

White with #30504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30504D; }

 p { color: rgb(48,80,77); }

 H1.HeaderClassName
 {
   color: #30504D;
 }
 .AnyTagClassName
 {
   color: #30504D;
 }
</style>

background-color css

<style>
 a { background-color: #30504D; }

 a { background-color: rgb(48,80,77); }

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

border-color css

<style>
 span { border-color: #30504D; }

 span { border-color: rgb(48,80,77); }

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