#304B5A

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

Shades of Arapawa #304B5A

Tints of Arapawa #304B5A

Color information

#304B5A (or 0x304B5A) is unknown color: approx Arapawa. HEX triplet: 30, 4B and 5A. RGB value is (48,75,90). Sum of RGB (Red+Green+Blue) = 48+75+90=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 90 - color contains mainly: blue. Hex color #304B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B5A is #CFB4A5. Grayscale: #444444. Windows color (decimal): -13612198 or 5917488. OLE color: 5917488.

HSL color Cylindrical-coordinate representation of color #304B5A: hue angle of 201.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #304B5A is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB487590-
CMYK0.470.1700.65
HSL201.43º30.43%27.06%-
HSV(B)201.43º46.67%35.29%-
XYZ5.586.410.61-
YUV68.64140.05113.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=22.54%
G=35.21%
B=42.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4875900.470.1700.65201.4330.4327.06
Hex304B5A2F11041c91e1b
Octal60113132572101013113633
Binary110000100101110110101011111000101000001110010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B5A; }

 p { color: rgb(48,75,90); }

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

<style>
 a { background-color: #304B5A; }

 a { background-color: rgb(48,75,90); }

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

<style>
 span { border-color: #304B5A; }

 span { border-color: rgb(48,75,90); }

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