Html Css Color HEX #304959 Arapawa

📋 copy color: '#304959'

red 48 ◦ green 73 ◦ blue 89

#304959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #304959

Tints of Arapawa #304959

RGB

 RED value IS 48 (19.14% from 255) = 22.86%

 GREEN value IS 73 (28.91% from 255) = 34.76%

 BLUE value IS 89 (35.16% from 255) = 42.38%

R = 22.86%
G = 34.76%
B = 42.38%

CMYK

 C value IS 0.46

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#304959 (or 0x304959) is known color: Arapawa. HEX triplet: 30, 49 and 59. RGB value is (48,73,89). Sum of RGB (Red+Green+Blue) = 48+73+89=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #304959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304959 is #CFB6A6. Grayscale: #434343. Windows color (decimal): -13612711 or 5851440. OLE color: 5851440.

HSL color Cylindrical-coordinate representation of color #304959: hue angle of 203.41º 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 #304959 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 73 89 -
CMYK 0.46 0.18 0 0.65
HSL 203.41º 0.3% 0.27% -
HSV(B) 203.41º 0.46% 0.35% -
XYZ 5.4 6.11 10.35 -
YUV 67.35 140.22 114.2 -
System Red Green Blue C M Y K H S L
Decimal 48 73 89 0.46 0.18 0 0.65 203.41 0.3 0.27
Hex 30 49 59 2E 12 0 41 CB 1E 1B
Octal 60 111 131 56 22 0 101 313 36 33
Binary 110000 1001001 1011001 101110 10010 0 1000001 11001011 11110 11011

Color Harmonies of #304959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304959

Black with #304959

Text Example


Text Example

White with #304959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304959; }

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

 H1.HeaderClassName
 {
   color: #304959;
 }
 .AnyTagClassName
 {
   color: #304959;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #304959;
 }
 .BgClassName
 {
   background-color: #304959;
 }
</style>

border-color css

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

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

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