Html Css Color HEX #30514B Blue Dianne

📋 copy color: '#30514B'

red 48 ◦ green 81 ◦ blue 75

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

Shades of Blue Dianne #30514B

Tints of Blue Dianne #30514B

RGB

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

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

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

R = 23.53%
G = 39.71%
B = 36.76%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#30514B (or 0x30514B) is known color: Blue Dianne. HEX triplet: 30, 51 and 4B. RGB value is (48,81,75). Sum of RGB (Red+Green+Blue) = 48+81+75=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #30514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30514B is #CFAEB4. Grayscale: #464646. Windows color (decimal): -13610677 or 4935984. OLE color: 4935984.

HSL color Cylindrical-coordinate representation of color #30514B: hue angle of 169.09º 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 #30514B is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 81 75 -
CMYK 0.41 0 0.07 0.68
HSL 169.09º 0.26% 0.25% -
HSV(B) 169.09º 0.41% 0.32% -
XYZ 5.43 7.02 7.73 -
YUV 70.45 130.57 111.99 -
System Red Green Blue C M Y K H S L
Decimal 48 81 75 0.41 0 0.07 0.68 169.09 0.26 0.25
Hex 30 51 4B 29 0 7 44 A9 1A 19
Octal 60 121 113 51 0 7 104 251 32 31
Binary 110000 1010001 1001011 101001 0 111 1000100 10101001 11010 11001

Color Harmonies of #30514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30514B

Black with #30514B

Text Example


Text Example

White with #30514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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