#313366

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

Shades of Deep Koamaru #313366

Tints of Deep Koamaru #313366

Color information

#313366 (or 0x313366) is unknown color: approx Deep Koamaru. HEX triplet: 31, 33 and 66. RGB value is (49,51,102). Sum of RGB (Red+Green+Blue) = 49+51+102=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #313366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313366 is #CECC99. Grayscale: #383838. Windows color (decimal): -13552794 or 6697777. OLE color: 6697777.

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

Color convert

RGB4951102-
CMYK0.520.500.6
HSL237.74º35.1%29.61%-
HSV(B)237.74º51.96%40%-
XYZ4.853.9813.08-
YUV56.22153.84122.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=24.26%
G=25.25%
B=50.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49511020.520.500.6237.7435.129.61
Hex313366343203Cee231e
Octal616314664620743564336
Binary110001110011110011011010011001001111001110111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313366; }

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

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

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

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

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

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

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

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