#304B5D

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

Shades of Arapawa #304B5D

Tints of Arapawa #304B5D

Color information

#304B5D (or 0x304B5D) is unknown color: approx Arapawa. HEX triplet: 30, 4B and 5D. RGB value is (48,75,93). Sum of RGB (Red+Green+Blue) = 48+75+93=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 93 - color contains mainly: blue. Hex color #304B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B5D is #CFB4A2. Grayscale: #444444. Windows color (decimal): -13612195 or 6114096. OLE color: 6114096.

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

Color convert

RGB487593-
CMYK0.480.1900.64
HSL204º31.91%27.65%-
HSV(B)204º48.39%36.47%-
XYZ5.716.4511.3-
YUV68.98141.55113.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.22%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=22.22%
G=34.72%
B=43.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4875930.480.1900.6420431.9127.65
Hex304B5D3013040cc201c
Octal60113135602301003144034
Binary1100001001011101110111000010011010000001100110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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