Html Css Color HEX #304557 Arapawa

📋 copy color: '#304557'

red 48 ◦ green 69 ◦ blue 87

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

Shades of Arapawa #304557

Tints of Arapawa #304557

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

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

R = 23.53%
G = 33.82%
B = 42.65%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#304557 (or 0x304557) is known color: Arapawa. HEX triplet: 30, 45 and 57. RGB value is (48,69,87). Sum of RGB (Red+Green+Blue) = 48+69+87=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 87 (34.38% from 255 or 42.65% from 204); Max value from RGB is 87 - color contains mainly: blue. Hex color #304557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304557 is #CFBAA8. Grayscale: #404040. Windows color (decimal): -13613737 or 5719344. OLE color: 5719344.

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

Color convert

RGB 48 69 87 -
CMYK 0.45 0.21 0 0.66
HSL 207.69º 0.29% 0.26% -
HSV(B) 207.69º 0.45% 0.34% -
XYZ 5.07 5.57 9.83 -
YUV 64.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 48 69 87 0.45 0.21 0 0.66 207.69 0.29 0.26
Hex 30 45 57 2D 15 0 42 D0 1D 1A
Octal 60 105 127 55 25 0 102 320 35 32
Binary 110000 1000101 1010111 101101 10101 0 1000010 11010000 11101 11010

Color Harmonies of #304557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304557

Black with #304557

Text Example


Text Example

White with #304557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304557; }

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

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

background-color css

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

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

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

border-color css

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

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

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