#30485B

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

Shades of Arapawa #30485B

Tints of Arapawa #30485B

Color information

#30485B (or 0x30485B) is unknown color: approx Arapawa. HEX triplet: 30, 48 and 5B. RGB value is (48,72,91). Sum of RGB (Red+Green+Blue) = 48+72+91=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #30485B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30485B is #CFB7A4. Grayscale: #424242. Windows color (decimal): -13612965 or 5982256. OLE color: 5982256.

HSL color Cylindrical-coordinate representation of color #30485B: hue angle of 206.51º 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 #30485B is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB487291-
CMYK0.470.2100.64
HSL206.51º30.94%27.25%-
HSV(B)206.51º47.25%35.69%-
XYZ5.426.0210.77-
YUV66.99141.55114.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=22.75%
G=34.12%
B=43.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4872910.470.2100.64206.5130.9427.25
Hex30485B2F15040cf1f1b
Octal60110133572501003173733
Binary110000100100010110111011111010101000000110011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30485B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30485B;
 }
 .AnyTagClassName
 {
   color: #30485B;
 }
</style>
background-color css

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

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

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

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

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

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