Html Css Color HEX #304F5C Arapawa

📋 copy color: '#304F5C'

red 48 ◦ green 79 ◦ blue 92

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

Shades of Arapawa #304F5C

Tints of Arapawa #304F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.07%

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

R = 21.92%
G = 36.07%
B = 42.01%

CMYK

 C value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#304F5C (or 0x304F5C) is known color: Arapawa. HEX triplet: 30, 4F and 5C. RGB value is (48,79,92). Sum of RGB (Red+Green+Blue) = 48+79+92=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #304F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304F5C is #CFB0A3. Grayscale: #474747. Windows color (decimal): -13611172 or 6049584. OLE color: 6049584.

HSL color Cylindrical-coordinate representation of color #304F5C: hue angle of 197.73º 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 #304F5C is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 79 92 -
CMYK 0.48 0.14 0 0.64
HSL 197.73º 0.31% 0.27% -
HSV(B) 197.73º 0.48% 0.36% -
XYZ 5.95 6.99 11.16 -
YUV 71.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 48 79 92 0.48 0.14 0 0.64 197.73 0.31 0.27
Hex 30 4F 5C 30 E 0 40 C6 1F 1B
Octal 60 117 134 60 16 0 100 306 37 33
Binary 110000 1001111 1011100 110000 1110 0 1000000 11000110 11111 11011

Color Harmonies of #304F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304F5C

Black with #304F5C

Text Example


Text Example

White with #304F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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