#304B59

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

Shades of Arapawa #304B59

Tints of Arapawa #304B59

Color information

#304B59 (or 0x304B59) is unknown color: approx Arapawa. HEX triplet: 30, 4B and 59. RGB value is (48,75,89). Sum of RGB (Red+Green+Blue) = 48+75+89=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #304B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304B59 is #CFB4A6. Grayscale: #444444. Windows color (decimal): -13612199 or 5851952. OLE color: 5851952.

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

Color convert

RGB487589-
CMYK0.460.1600.65
HSL200.49º29.93%26.86%-
HSV(B)200.49º46.07%34.9%-
XYZ5.546.3810.39-
YUV68.52139.55113.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=22.64%
G=35.38%
B=41.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4875890.460.1600.65200.4929.9326.86
Hex304B592E10041c81e1b
Octal60113131562001013103633
Binary110000100101110110011011101000001000001110010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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