Html Css Color HEX #30514E Blue Dianne

📋 copy color: '#30514E'

red 48 ◦ green 81 ◦ blue 78

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

Shades of Blue Dianne #30514E

Tints of Blue Dianne #30514E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 37.68%

R = 23.19%
G = 39.13%
B = 37.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#30514E (or 0x30514E) is known color: Blue Dianne. HEX triplet: 30, 51 and 4E. RGB value is (48,81,78). Sum of RGB (Red+Green+Blue) = 48+81+78=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #30514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30514E is #CFAEB1. Grayscale: #464646. Windows color (decimal): -13610674 or 5132592. OLE color: 5132592.

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

Color convert

RGB 48 81 78 -
CMYK 0.41 0 0.04 0.68
HSL 174.55º 0.26% 0.25% -
HSV(B) 174.55º 0.41% 0.32% -
XYZ 5.54 7.06 8.28 -
YUV 70.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 48 81 78 0.41 0 0.04 0.68 174.55 0.26 0.25
Hex 30 51 4E 29 0 4 44 AF 1A 19
Octal 60 121 116 51 0 4 104 257 32 31
Binary 110000 1010001 1001110 101001 0 100 1000100 10101111 11010 11001

Color Harmonies of #30514E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30514E

Black with #30514E

Text Example


Text Example

White with #30514E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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