Html Css Color HEX #30524B Blue Dianne

📋 copy color: '#30524B'

red 48 ◦ green 82 ◦ blue 75

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

Shades of Blue Dianne #30524B

Tints of Blue Dianne #30524B

RGB

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

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

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

R = 23.41%
G = 40%
B = 36.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#30524B (or 0x30524B) is known color: Blue Dianne. HEX triplet: 30, 52 and 4B. RGB value is (48,82,75). Sum of RGB (Red+Green+Blue) = 48+82+75=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #30524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30524B is #CFADB4. Grayscale: #474747. Windows color (decimal): -13610421 or 4936240. OLE color: 4936240.

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

Color convert

RGB 48 82 75 -
CMYK 0.41 0 0.09 0.68
HSL 167.65º 0.26% 0.25% -
HSV(B) 167.65º 0.41% 0.32% -
XYZ 5.51 7.17 7.75 -
YUV 71.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 48 82 75 0.41 0 0.09 0.68 167.65 0.26 0.25
Hex 30 52 4B 29 0 9 44 A8 1A 19
Octal 60 122 113 51 0 11 104 250 32 31
Binary 110000 1010010 1001011 101001 0 1001 1000100 10101000 11010 11001

Color Harmonies of #30524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30524B

Black with #30524B

Text Example


Text Example

White with #30524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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