Html Css Color HEX #30505B Arapawa

📋 copy color: '#30505B'

red 48 ◦ green 80 ◦ blue 91

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

Shades of Arapawa #30505B

Tints of Arapawa #30505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 41.55%

R = 21.92%
G = 36.53%
B = 41.55%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30505B (or 0x30505B) is known color: Arapawa. HEX triplet: 30, 50 and 5B. RGB value is (48,80,91). Sum of RGB (Red+Green+Blue) = 48+80+91=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #30505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30505B is #CFAFA4. Grayscale: #474747. Windows color (decimal): -13610917 or 5984304. OLE color: 5984304.

HSL color Cylindrical-coordinate representation of color #30505B: hue angle of 195.35º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30505B is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 80 91 -
CMYK 0.47 0.12 0 0.64
HSL 195.35º 0.31% 0.27% -
HSV(B) 195.35º 0.47% 0.36% -
XYZ 5.98 7.12 10.96 -
YUV 71.69 138.9 111.11 -
System Red Green Blue C M Y K H S L
Decimal 48 80 91 0.47 0.12 0 0.64 195.35 0.31 0.27
Hex 30 50 5B 2F C 0 40 C3 1F 1B
Octal 60 120 133 57 14 0 100 303 37 33
Binary 110000 1010000 1011011 101111 1100 0 1000000 11000011 11111 11011

Color Harmonies of #30505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30505B

Black with #30505B

Text Example


Text Example

White with #30505B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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