#30505B

Color #30505B Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #30505B

Tints of Arapawa #30505B

Color information

#30505B (or 0x30505B) is unknown color: approx 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

RGB488091-
CMYK0.470.1200.64
HSL195.35º30.94%27.25%-
HSV(B)195.35º47.25%35.69%-
XYZ5.987.1210.96-
YUV71.69138.9111.11-

RGB Variations

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

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 (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4880910.470.1200.64195.3530.9427.25
Hex30505B2FC040c31f1b
Octal60120133571401003033733
Binary11000010100001011011101111110001000000110000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>