#315362

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

Shades of Arapawa #315362

Tints of Arapawa #315362

Color information

#315362 (or 0x315362) is unknown color: approx Arapawa. HEX triplet: 31, 53 and 62. RGB value is (49,83,98). Sum of RGB (Red+Green+Blue) = 49+83+98=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 98 - color contains mainly: blue. Hex color #315362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315362 is #CEAC9D. Grayscale: #4A4A4A. Windows color (decimal): -13544606 or 6443825. OLE color: 6443825.

HSL color Cylindrical-coordinate representation of color #315362: hue angle of 198.37º 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 #315362 is Cyan = 0.5, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498398-
CMYK0.50.1500.62
HSL198.37º33.33%28.82%-
HSV(B)198.37º50%38.43%-
XYZ6.567.7212.7-
YUV74.54141.24109.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 83 (32.81% from 255) = 36.09%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=21.30%
G=36.09%
B=42.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4983980.50.1500.62198.3733.3328.82
Hex31536232F03Ec6211d
Octal6112314262170763064135
Binary11000110100111100010110010111101111101100011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315362; }

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

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

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

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

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

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

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

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