#304A5C

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

Shades of Arapawa #304A5C

Tints of Arapawa #304A5C

Color information

#304A5C (or 0x304A5C) is unknown color: approx 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

RGB487492-
CMYK0.480.2000.64
HSL204.55º31.43%27.45%-
HSV(B)204.55º47.83%36.08%-
XYZ5.66.311.05-
YUV68.28141.39113.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0.48
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4874920.480.2000.64204.5531.4327.45
Hex304A5C3014040cd1f1b
Octal60112134602401003153733
Binary110000100101010111001100001010001000000110011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>