#313266

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

Shades of Deep Koamaru #313266

Tints of Deep Koamaru #313266

Color information

#313266 (or 0x313266) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 66. RGB value is (49,50,102). Sum of RGB (Red+Green+Blue) = 49+50+102=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 50 (19.92% from 255 or 24.88% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #313266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313266 is #CECD99. Grayscale: #373737. Windows color (decimal): -13553050 or 6697521. OLE color: 6697521.

HSL color Cylindrical-coordinate representation of color #313266: hue angle of 238.87º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #313266 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4950102-
CMYK0.520.5100.6
HSL238.87º35.1%29.61%-
HSV(B)238.87º51.96%40%-
XYZ4.813.8913.07-
YUV55.63154.17123.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 50 (19.92% from 255) = 24.88%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=24.38%
G=24.88%
B=50.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49501020.520.5100.6238.8735.129.61
Hex313266343303Cef231e
Octal616214664630743574336
Binary110001110010110011011010011001101111001110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313266; }

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

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

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

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

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

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

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

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