Html Css Color HEX #304957 Arapawa

📋 copy color: '#304957'

red 48 ◦ green 73 ◦ blue 87

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

Shades of Arapawa #304957

Tints of Arapawa #304957

RGB

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

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

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

R = 23.08%
G = 35.1%
B = 41.83%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#304957 (or 0x304957) is known color: Arapawa. HEX triplet: 30, 49 and 57. RGB value is (48,73,87). Sum of RGB (Red+Green+Blue) = 48+73+87=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #304957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304957 is #CFB6A8. Grayscale: #434343. Windows color (decimal): -13612713 or 5720368. OLE color: 5720368.

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

Color convert

RGB 48 73 87 -
CMYK 0.45 0.16 0 0.66
HSL 201.54º 0.29% 0.26% -
HSV(B) 201.54º 0.45% 0.34% -
XYZ 5.32 6.08 9.91 -
YUV 67.12 139.22 114.36 -
System Red Green Blue C M Y K H S L
Decimal 48 73 87 0.45 0.16 0 0.66 201.54 0.29 0.26
Hex 30 49 57 2D 10 0 42 CA 1D 1A
Octal 60 111 127 55 20 0 102 312 35 32
Binary 110000 1001001 1010111 101101 10000 0 1000010 11001010 11101 11010

Color Harmonies of #304957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304957

Black with #304957

Text Example


Text Example

White with #304957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304957; }

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

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

background-color css

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

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

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

border-color css

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

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

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