Html Css Color HEX #304A5C Arapawa

📋 copy color: '#304A5C'

red 48 ◦ green 74 ◦ blue 92

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

Shades of Arapawa #304A5C

Tints of Arapawa #304A5C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.58%

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

R = 22.43%
G = 34.58%
B = 42.99%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#304A5C (or 0x304A5C) is known color: Arapawa. HEX triplet: 30, 4A and 5C. RGB value is (48,74,92). Sum of RGB (Red+Green+Blue) = 48+74+92=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 92 (36.33% from 255 or 42.99% from 214); Max value from RGB is 92 - color contains mainly: blue. Hex color #304A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304A5C is #CFB5A3. Grayscale: #444444. Windows color (decimal): -13612452 or 6048304. OLE color: 6048304.

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

Color convert

RGB 48 74 92 -
CMYK 0.48 0.20 0 0.64
HSL 204.55º 0.31% 0.27% -
HSV(B) 204.55º 0.48% 0.36% -
XYZ 5.6 6.3 11.05 -
YUV 68.28 141.39 113.54 -
System Red Green Blue C M Y K H S L
Decimal 48 74 92 0.48 0.20 0 0.64 204.55 0.31 0.27
Hex 30 4A 5C 30 14 0 40 CD 1F 1B
Octal 60 112 134 60 24 0 100 315 37 33
Binary 110000 1001010 1011100 110000 10100 0 1000000 11001101 11111 11011

Color Harmonies of #304A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304A5C

Black with #304A5C

Text Example


Text Example

White with #304A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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