Html Css Color HEX #304C5C Arapawa

📋 copy color: '#304C5C'

red 48 ◦ green 76 ◦ blue 92

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

Shades of Arapawa #304C5C

Tints of Arapawa #304C5C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.19%

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

R = 22.22%
G = 35.19%
B = 42.59%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#304C5C (or 0x304C5C) is known color: Arapawa. HEX triplet: 30, 4C and 5C. RGB value is (48,76,92). Sum of RGB (Red+Green+Blue) = 48+76+92=216 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.22% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #304C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304C5C is #CFB3A3. Grayscale: #454545. Windows color (decimal): -13611940 or 6048816. OLE color: 6048816.

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

Color convert

RGB 48 76 92 -
CMYK 0.48 0.17 0 0.64
HSL 201.82º 0.31% 0.27% -
HSV(B) 201.82º 0.48% 0.36% -
XYZ 5.74 6.57 11.09 -
YUV 69.45 140.72 112.7 -
System Red Green Blue C M Y K H S L
Decimal 48 76 92 0.48 0.17 0 0.64 201.82 0.31 0.27
Hex 30 4C 5C 30 11 0 40 CA 1F 1B
Octal 60 114 134 60 21 0 100 312 37 33
Binary 110000 1001100 1011100 110000 10001 0 1000000 11001010 11111 11011

Color Harmonies of #304C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304C5C

Black with #304C5C

Text Example


Text Example

White with #304C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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