Html Css Color HEX #304D5C Arapawa

📋 copy color: '#304D5C'

red 48 ◦ green 77 ◦ blue 92

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

Shades of Arapawa #304D5C

Tints of Arapawa #304D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.48%

 BLUE value IS 92 (36.33% from 255) = 42.4%

R = 22.12%
G = 35.48%
B = 42.4%

CMYK

 C value IS 0.48

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#304D5C (or 0x304D5C) is known color: Arapawa. HEX triplet: 30, 4D and 5C. RGB value is (48,77,92). Sum of RGB (Red+Green+Blue) = 48+77+92=217 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.12% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #304D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304D5C is #CFB2A3. Grayscale: #454545. Windows color (decimal): -13611684 or 6049072. OLE color: 6049072.

HSL color Cylindrical-coordinate representation of color #304D5C: hue angle of 200.45º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #304D5C is Cyan = 0.48, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 77 92 -
CMYK 0.48 0.16 0 0.64
HSL 200.45º 0.31% 0.27% -
HSV(B) 200.45º 0.48% 0.36% -
XYZ 5.8 6.71 11.11 -
YUV 70.04 140.39 112.28 -
System Red Green Blue C M Y K H S L
Decimal 48 77 92 0.48 0.16 0 0.64 200.45 0.31 0.27
Hex 30 4D 5C 30 10 0 40 C8 1F 1B
Octal 60 115 134 60 20 0 100 310 37 33
Binary 110000 1001101 1011100 110000 10000 0 1000000 11001000 11111 11011

Color Harmonies of #304D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D5C

Black with #304D5C

Text Example


Text Example

White with #304D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D5C; }

 p { color: rgb(48,77,92); }

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

background-color css

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

 a { background-color: rgb(48,77,92); }

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

border-color css

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

 span { border-color: rgb(48,77,92); }

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