Html Css Color HEX #30524A Blue Dianne

📋 copy color: '#30524A'

red 48 ◦ green 82 ◦ blue 74

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

Shades of Blue Dianne #30524A

Tints of Blue Dianne #30524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.2%

 BLUE value IS 74 (29.3% from 255) = 36.27%

R = 23.53%
G = 40.2%
B = 36.27%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.10

 K value IS 0.68

RGB Variations

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

Color information

#30524A (or 0x30524A) is known color: Blue Dianne. HEX triplet: 30, 52 and 4A. RGB value is (48,82,74). Sum of RGB (Red+Green+Blue) = 48+82+74=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 82 (32.42% from 255 or 40.20% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 82 - color contains mainly: green. Hex color #30524A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30524A is #CFADB5. Grayscale: #464646. Windows color (decimal): -13610422 or 4870704. OLE color: 4870704.

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

Color convert

RGB 48 82 74 -
CMYK 0.41 0 0.10 0.68
HSL 165.88º 0.26% 0.25% -
HSV(B) 165.88º 0.41% 0.32% -
XYZ 5.47 7.16 7.57 -
YUV 70.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 48 82 74 0.41 0 0.10 0.68 165.88 0.26 0.25
Hex 30 52 4A 29 0 A 44 A6 1A 19
Octal 60 122 112 51 0 12 104 246 32 31
Binary 110000 1010010 1001010 101001 0 1010 1000100 10100110 11010 11001

Color Harmonies of #30524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30524A

Black with #30524A

Text Example


Text Example

White with #30524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30524A; }

 p { color: rgb(48,82,74); }

 H1.HeaderClassName
 {
   color: #30524A;
 }
 .AnyTagClassName
 {
   color: #30524A;
 }
</style>

background-color css

<style>
 a { background-color: #30524A; }

 a { background-color: rgb(48,82,74); }

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

border-color css

<style>
 span { border-color: #30524A; }

 span { border-color: rgb(48,82,74); }

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