Html Css Color HEX #30525D Arapawa

📋 copy color: '#30525D'

red 48 ◦ green 82 ◦ blue 93

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

Shades of Arapawa #30525D

Tints of Arapawa #30525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 41.7%

R = 21.52%
G = 36.77%
B = 41.7%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30525D (or 0x30525D) is known color: Arapawa. HEX triplet: 30, 52 and 5D. RGB value is (48,82,93). Sum of RGB (Red+Green+Blue) = 48+82+93=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #30525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30525D is #CFADA2. Grayscale: #494949. Windows color (decimal): -13610403 or 6115888. OLE color: 6115888.

HSL color Cylindrical-coordinate representation of color #30525D: hue angle of 194.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30525D is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 82 93 -
CMYK 0.48 0.12 0 0.64
HSL 194.67º 0.32% 0.28% -
HSV(B) 194.67º 0.48% 0.36% -
XYZ 6.21 7.45 11.47 -
YUV 73.09 139.24 110.11 -
System Red Green Blue C M Y K H S L
Decimal 48 82 93 0.48 0.12 0 0.64 194.67 0.32 0.28
Hex 30 52 5D 30 C 0 40 C3 20 1C
Octal 60 122 135 60 14 0 100 303 40 34
Binary 110000 1010010 1011101 110000 1100 0 1000000 11000011 100000 11100

Color Harmonies of #30525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30525D

Black with #30525D

Text Example


Text Example

White with #30525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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