#304E5C

Color #304E5C Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #304E5C

Tints of Arapawa #304E5C

Color information

#304E5C (or 0x304E5C) is unknown color: approx Arapawa. HEX triplet: 30, 4E and 5C. RGB value is (48,78,92). Sum of RGB (Red+Green+Blue) = 48+78+92=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #304E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #304E5C is #CFB1A3. Grayscale: #464646. Windows color (decimal): -13611428 or 6049328. OLE color: 6049328.

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

Color convert

RGB487892-
CMYK0.480.1500.64
HSL199.09º31.43%27.45%-
HSV(B)199.09º47.83%36.08%-
XYZ5.886.8511.14-
YUV70.63140.06111.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.02%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 92 (36.33% from 255) = 42.20%
R=22.02%
G=35.78%
B=42.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4878920.480.1500.64199.0931.4327.45
Hex304E5C30F040c71f1b
Octal60116134601701003073733
Binary11000010011101011100110000111101000000110001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #304E5C;
 }
 .AnyTagClassName
 {
   color: #304E5C;
 }
</style>
background-color css

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

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

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

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

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

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