#313466

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

Shades of Deep Koamaru #313466

Tints of Deep Koamaru #313466

Color information

#313466 (or 0x313466) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 66. RGB value is (49,52,102). Sum of RGB (Red+Green+Blue) = 49+52+102=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #313466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313466 is #CECB99. Grayscale: #383838. Windows color (decimal): -13552538 or 6698033. OLE color: 6698033.

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

Color convert

RGB4952102-
CMYK0.520.4900.6
HSL236.6º35.1%29.61%-
HSV(B)236.6º51.96%40%-
XYZ4.894.0713.1-
YUV56.8153.51122.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.14%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 102 (40.23% from 255) = 50.25%
R=24.14%
G=25.62%
B=50.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49521020.520.4900.6236.635.129.61
Hex313466343103Ced231e
Octal616414664610743554336
Binary110001110100110011011010011000101111001110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313466; }

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

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

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

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

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

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

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

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