Html Css Color HEX #30505D Arapawa

📋 copy color: '#30505D'

red 48 ◦ green 80 ◦ blue 93

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

Shades of Arapawa #30505D

Tints of Arapawa #30505D

RGB

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

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

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

R = 21.72%
G = 36.2%
B = 42.08%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30505D (or 0x30505D) is known color: Arapawa. HEX triplet: 30, 50 and 5D. RGB value is (48,80,93). Sum of RGB (Red+Green+Blue) = 48+80+93=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #30505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30505D is #CFAFA2. Grayscale: #474747. Windows color (decimal): -13610915 or 6115376. OLE color: 6115376.

HSL color Cylindrical-coordinate representation of color #30505D: hue angle of 197.33º 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 #30505D is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 80 93 -
CMYK 0.48 0.14 0 0.64
HSL 197.33º 0.32% 0.28% -
HSV(B) 197.33º 0.48% 0.36% -
XYZ 6.06 7.16 11.42 -
YUV 71.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 48 80 93 0.48 0.14 0 0.64 197.33 0.32 0.28
Hex 30 50 5D 30 E 0 40 C5 20 1C
Octal 60 120 135 60 16 0 100 305 40 34
Binary 110000 1010000 1011101 110000 1110 0 1000000 11000101 100000 11100

Color Harmonies of #30505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30505D

Black with #30505D

Text Example


Text Example

White with #30505D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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