Html Css Color HEX #304956 Arapawa

📋 copy color: '#304956'

red 48 ◦ green 73 ◦ blue 86

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

Shades of Arapawa #304956

Tints of Arapawa #304956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 41.55%

R = 23.19%
G = 35.27%
B = 41.55%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#304956 (or 0x304956) is known color: Arapawa. HEX triplet: 30, 49 and 56. RGB value is (48,73,86). Sum of RGB (Red+Green+Blue) = 48+73+86=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 73 (28.91% from 255 or 35.27% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #304956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304956 is #CFB6A9. Grayscale: #424242. Windows color (decimal): -13612714 or 5654832. OLE color: 5654832.

HSL color Cylindrical-coordinate representation of color #304956: hue angle of 200.53º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304956 is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 73 86 -
CMYK 0.44 0.15 0 0.66
HSL 200.53º 0.28% 0.26% -
HSV(B) 200.53º 0.44% 0.34% -
XYZ 5.28 6.07 9.7 -
YUV 67.01 138.72 114.44 -
System Red Green Blue C M Y K H S L
Decimal 48 73 86 0.44 0.15 0 0.66 200.53 0.28 0.26
Hex 30 49 56 2C F 0 42 C9 1C 1A
Octal 60 111 126 54 17 0 102 311 34 32
Binary 110000 1001001 1010110 101100 1111 0 1000010 11001001 11100 11010

Color Harmonies of #304956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304956

Black with #304956

Text Example


Text Example

White with #304956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304956; }

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

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

background-color css

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

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

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

border-color css

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

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

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