Html Css Color HEX #304756 Arapawa

📋 copy color: '#304756'

red 48 ◦ green 71 ◦ blue 86

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

Shades of Arapawa #304756

Tints of Arapawa #304756

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.63%

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

R = 23.41%
G = 34.63%
B = 41.95%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#304756 (or 0x304756) is known color: Arapawa. HEX triplet: 30, 47 and 56. RGB value is (48,71,86). Sum of RGB (Red+Green+Blue) = 48+71+86=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 86 (33.98% from 255 or 41.95% from 205); Max value from RGB is 86 - color contains mainly: blue. Hex color #304756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304756 is #CFB8A9. Grayscale: #414141. Windows color (decimal): -13613226 or 5654320. OLE color: 5654320.

HSL color Cylindrical-coordinate representation of color #304756: hue angle of 203.68º 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 #304756 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 71 86 -
CMYK 0.44 0.17 0 0.66
HSL 203.68º 0.28% 0.26% -
HSV(B) 203.68º 0.44% 0.34% -
XYZ 5.15 5.81 9.65 -
YUV 65.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 48 71 86 0.44 0.17 0 0.66 203.68 0.28 0.26
Hex 30 47 56 2C 11 0 42 CC 1C 1A
Octal 60 107 126 54 21 0 102 314 34 32
Binary 110000 1000111 1010110 101100 10001 0 1000010 11001100 11100 11010

Color Harmonies of #304756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304756

Black with #304756

Text Example


Text Example

White with #304756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304756; }

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

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

background-color css

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

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

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

border-color css

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

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

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