#315462

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

Shades of Arapawa #315462

Tints of Arapawa #315462

Color information

#315462 (or 0x315462) is unknown color: approx Arapawa. HEX triplet: 31, 54 and 62. RGB value is (49,84,98). Sum of RGB (Red+Green+Blue) = 49+84+98=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 84 (33.20% from 255 or 36.36% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #315462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315462 is #CEAB9D. Grayscale: #4B4B4B. Windows color (decimal): -13544350 or 6444081. OLE color: 6444081.

HSL color Cylindrical-coordinate representation of color #315462: hue angle of 197.14º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #315462 is Cyan = 0.5, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498498-
CMYK0.50.1400.62
HSL197.14º33.33%28.82%-
HSV(B)197.14º50%38.43%-
XYZ6.647.8812.73-
YUV75.13140.9109.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.21%
GREEN value IS 84 (33.20% from 255) = 36.36%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=21.21%
G=36.36%
B=42.42%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4984980.50.1400.62197.1433.3328.82
Hex31546232E03Ec5211d
Octal6112414262160763054135
Binary11000110101001100010110010111001111101100010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315462; }

 p { color: rgb(49,84,98); }

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

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

 a { background-color: rgb(49,84,98); }

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

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

 span { border-color: rgb(49,84,98); }

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