#313264

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

Shades of Deep Koamaru #313264

Tints of Deep Koamaru #313264

Color information

#313264 (or 0x313264) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 64. RGB value is (49,50,100). Sum of RGB (Red+Green+Blue) = 49+50+100=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 50 (19.92% from 255 or 25.13% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #313264 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313264 is #CECD9B. Grayscale: #373737. Windows color (decimal): -13553052 or 6566449. OLE color: 6566449.

HSL color Cylindrical-coordinate representation of color #313264: hue angle of 238.82º 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 #313264 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4950100-
CMYK0.510.5000.61
HSL238.82º34.23%29.22%-
HSV(B)238.82º51%39.22%-
XYZ4.713.8512.55-
YUV55.4153.17123.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 50 (19.92% from 255) = 25.13%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=24.62%
G=25.13%
B=50.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal49501000.510.5000.61238.8234.2329.22
Hex313264333203Def221d
Octal616214463620753574235
Binary110001110010110010011001111001001111011110111110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313264; }

 p { color: rgb(49,50,100); }

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

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

 a { background-color: rgb(49,50,100); }

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

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

 span { border-color: rgb(49,50,100); }

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