Html Css Color HEX #30514D Blue Dianne

📋 copy color: '#30514D'

red 48 ◦ green 81 ◦ blue 77

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

Shades of Blue Dianne #30514D

Tints of Blue Dianne #30514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

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

R = 23.3%
G = 39.32%
B = 37.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#30514D (or 0x30514D) is known color: Blue Dianne. HEX triplet: 30, 51 and 4D. RGB value is (48,81,77). Sum of RGB (Red+Green+Blue) = 48+81+77=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #30514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30514D is #CFAEB2. Grayscale: #464646. Windows color (decimal): -13610675 or 5067056. OLE color: 5067056.

HSL color Cylindrical-coordinate representation of color #30514D: hue angle of 172.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #30514D is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 77 -
CMYK 0.41 0 0.05 0.68
HSL 172.73º 0.26% 0.25% -
HSV(B) 172.73º 0.41% 0.32% -
XYZ 5.5 7.05 8.09 -
YUV 70.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 48 81 77 0.41 0 0.05 0.68 172.73 0.26 0.25
Hex 30 51 4D 29 0 5 44 AD 1A 19
Octal 60 121 115 51 0 5 104 255 32 31
Binary 110000 1010001 1001101 101001 0 101 1000100 10101101 11010 11001

Color Harmonies of #30514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30514D

Black with #30514D

Text Example


Text Example

White with #30514D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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