#313667

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

Shades of Deep Koamaru #313667

Tints of Deep Koamaru #313667

Color information

#313667 (or 0x313667) is unknown color: approx Deep Koamaru. HEX triplet: 31, 36 and 67. RGB value is (49,54,103). Sum of RGB (Red+Green+Blue) = 49+54+103=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 103 (40.62% from 255 or 50% from 206); Max value from RGB is 103 - color contains mainly: blue. Hex color #313667 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313667 is #CEC998. Grayscale: #393939. Windows color (decimal): -13552025 or 6764081. OLE color: 6764081.

HSL color Cylindrical-coordinate representation of color #313667: hue angle of 234.44º degrees, saturation: 0.36, 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 #313667 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4954103-
CMYK0.520.4800.60
HSL234.44º35.53%29.8%-
HSV(B)234.44º52.43%40.39%-
XYZ5.034.2713.39-
YUV58.09153.34121.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 103 (40.62% from 255) = 50%
R=23.79%
G=26.21%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49541030.520.4800.60234.4435.5329.8
Hex313667343003Cea241e
Octal616614764600743524436
Binary110001110110110011111010011000001111001110101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313667; }

 p { color: rgb(49,54,103); }

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

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

 a { background-color: rgb(49,54,103); }

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

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

 span { border-color: rgb(49,54,103); }

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