Html Css Color HEX #30525F Arapawa

📋 copy color: '#30525F'

red 48 ◦ green 82 ◦ blue 95

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

Shades of Arapawa #30525F

Tints of Arapawa #30525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 21.33%
G = 36.44%
B = 42.22%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30525F (or 0x30525F) is known color: Arapawa. HEX triplet: 30, 52 and 5F. RGB value is (48,82,95). Sum of RGB (Red+Green+Blue) = 48+82+95=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #30525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30525F is #CFADA0. Grayscale: #494949. Windows color (decimal): -13610401 or 6246960. OLE color: 6246960.

HSL color Cylindrical-coordinate representation of color #30525F: hue angle of 196.6º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30525F is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 82 95 -
CMYK 0.49 0.14 0 0.63
HSL 196.6º 0.33% 0.28% -
HSV(B) 196.6º 0.49% 0.37% -
XYZ 6.3 7.49 11.94 -
YUV 73.32 140.24 109.94 -
System Red Green Blue C M Y K H S L
Decimal 48 82 95 0.49 0.14 0 0.63 196.6 0.33 0.28
Hex 30 52 5F 31 E 0 3F C5 21 1C
Octal 60 122 137 61 16 0 77 305 41 34
Binary 110000 1010010 1011111 110001 1110 0 111111 11000101 100001 11100

Color Harmonies of #30525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30525F

Black with #30525F

Text Example


Text Example

White with #30525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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