Html Css Color HEX #30505E Arapawa

📋 copy color: '#30505E'

red 48 ◦ green 80 ◦ blue 94

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

Shades of Arapawa #30505E

Tints of Arapawa #30505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 42.34%

R = 21.62%
G = 36.04%
B = 42.34%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#30505E (or 0x30505E) is known color: Arapawa. HEX triplet: 30, 50 and 5E. RGB value is (48,80,94). Sum of RGB (Red+Green+Blue) = 48+80+94=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 94 (37.11% from 255 or 42.34% from 222); Max value from RGB is 94 - color contains mainly: blue. Hex color #30505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30505E is #CFAFA1. Grayscale: #474747. Windows color (decimal): -13610914 or 6180912. OLE color: 6180912.

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

Color convert

RGB 48 80 94 -
CMYK 0.49 0.15 0 0.63
HSL 198.26º 0.32% 0.28% -
HSV(B) 198.26º 0.49% 0.37% -
XYZ 6.11 7.17 11.65 -
YUV 72.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 48 80 94 0.49 0.15 0 0.63 198.26 0.32 0.28
Hex 30 50 5E 31 F 0 3F C6 20 1C
Octal 60 120 136 61 17 0 77 306 40 34
Binary 110000 1010000 1011110 110001 1111 0 111111 11000110 100000 11100

Color Harmonies of #30505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30505E

Black with #30505E

Text Example


Text Example

White with #30505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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