Html Css Color HEX #304857 Arapawa

📋 copy color: '#304857'

red 48 ◦ green 72 ◦ blue 87

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

Shades of Arapawa #304857

Tints of Arapawa #304857

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.78%

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 23.19%
G = 34.78%
B = 42.03%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#304857 (or 0x304857) is known color: Arapawa. HEX triplet: 30, 48 and 57. RGB value is (48,72,87). Sum of RGB (Red+Green+Blue) = 48+72+87=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #304857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304857 is #CFB7A8. Grayscale: #424242. Windows color (decimal): -13612969 or 5720112. OLE color: 5720112.

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

Color convert

RGB 48 72 87 -
CMYK 0.45 0.17 0 0.66
HSL 203.08º 0.29% 0.26% -
HSV(B) 203.08º 0.45% 0.34% -
XYZ 5.26 5.95 9.89 -
YUV 66.53 139.55 114.78 -
System Red Green Blue C M Y K H S L
Decimal 48 72 87 0.45 0.17 0 0.66 203.08 0.29 0.26
Hex 30 48 57 2D 11 0 42 CB 1D 1A
Octal 60 110 127 55 21 0 102 313 35 32
Binary 110000 1001000 1010111 101101 10001 0 1000010 11001011 11101 11010

Color Harmonies of #304857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304857

Black with #304857

Text Example


Text Example

White with #304857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304857; }

 p { color: rgb(48,72,87); }

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

background-color css

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

 a { background-color: rgb(48,72,87); }

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

border-color css

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

 span { border-color: rgb(48,72,87); }

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