Html Css Color HEX #30505F Arapawa

📋 copy color: '#30505F'

red 48 ◦ green 80 ◦ blue 95

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

Shades of Arapawa #30505F

Tints of Arapawa #30505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

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

R = 21.52%
G = 35.87%
B = 42.6%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30505F (or 0x30505F) is known color: Arapawa. HEX triplet: 30, 50 and 5F. RGB value is (48,80,95). Sum of RGB (Red+Green+Blue) = 48+80+95=223 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.52% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 95 - color contains mainly: blue. Hex color #30505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30505F is #CFAFA0. Grayscale: #484848. Windows color (decimal): -13610913 or 6246448. OLE color: 6246448.

HSL color Cylindrical-coordinate representation of color #30505F: hue angle of 199.15º 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 #30505F is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 48 80 95 -
CMYK 0.49 0.16 0 0.63
HSL 199.15º 0.33% 0.28% -
HSV(B) 199.15º 0.49% 0.37% -
XYZ 6.15 7.19 11.89 -
YUV 72.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 48 80 95 0.49 0.16 0 0.63 199.15 0.33 0.28
Hex 30 50 5F 31 10 0 3F C7 21 1C
Octal 60 120 137 61 20 0 77 307 41 34
Binary 110000 1010000 1011111 110001 10000 0 111111 11000111 100001 11100

Color Harmonies of #30505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30505F

Black with #30505F

Text Example


Text Example

White with #30505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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