#313463

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

Shades of Deep Koamaru #313463

Tints of Deep Koamaru #313463

Color information

#313463 (or 0x313463) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 63. RGB value is (49,52,99). Sum of RGB (Red+Green+Blue) = 49+52+99=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #313463 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313463 is #CECB9C. Grayscale: #383838. Windows color (decimal): -13552541 or 6501425. OLE color: 6501425.

HSL color Cylindrical-coordinate representation of color #313463: hue angle of 236.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #313463 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB495299-
CMYK0.510.4700.61
HSL236.4º33.78%29.02%-
HSV(B)236.4º50.51%38.82%-
XYZ4.754.0112.33-
YUV56.46152.01122.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=24.5%
G=26%
B=49.5%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4952990.510.4700.61236.433.7829.02
Hex313463332F03Dec221d
Octal616414363570753544235
Binary110001110100110001111001110111101111011110110010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313463; }

 p { color: rgb(49,52,99); }

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

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

 a { background-color: rgb(49,52,99); }

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

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

 span { border-color: rgb(49,52,99); }

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