Html Css Color HEX #304E59 Arapawa

📋 copy color: '#304E59'

red 48 ◦ green 78 ◦ blue 89

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

Shades of Arapawa #304E59

Tints of Arapawa #304E59

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.28%

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

R = 22.33%
G = 36.28%
B = 41.4%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#304E59 (or 0x304E59) is known color: Arapawa. HEX triplet: 30, 4E and 59. RGB value is (48,78,89). Sum of RGB (Red+Green+Blue) = 48+78+89=215 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.33% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #304E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E59 is #CFB1A6. Grayscale: #464646. Windows color (decimal): -13611431 or 5852720. OLE color: 5852720.

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

Color convert

RGB 48 78 89 -
CMYK 0.46 0.12 0 0.65
HSL 196.1º 0.3% 0.27% -
HSV(B) 196.1º 0.46% 0.35% -
XYZ 5.75 6.8 10.46 -
YUV 70.28 138.56 112.11 -
System Red Green Blue C M Y K H S L
Decimal 48 78 89 0.46 0.12 0 0.65 196.1 0.3 0.27
Hex 30 4E 59 2E C 0 41 C4 1E 1B
Octal 60 116 131 56 14 0 101 304 36 33
Binary 110000 1001110 1011001 101110 1100 0 1000001 11000100 11110 11011

Color Harmonies of #304E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304E59

Black with #304E59

Text Example


Text Example

White with #304E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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