#313267

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

Shades of Deep Koamaru #313267

Tints of Deep Koamaru #313267

Color information

#313267 (or 0x313267) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 67. RGB value is (49,50,103). Sum of RGB (Red+Green+Blue) = 49+50+103=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 103 (40.62% from 255 or 50.99% from 202); Max value from RGB is 103 - color contains mainly: blue. Hex color #313267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313267 is #CECD98. Grayscale: #373737. Windows color (decimal): -13553049 or 6763057. OLE color: 6763057.

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

Color convert

RGB4950103-
CMYK0.520.5100.60
HSL238.89º35.53%29.8%-
HSV(B)238.89º52.43%40.39%-
XYZ4.863.9113.33-
YUV55.74154.67123.19-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 50 (19.92% from 255) = 24.75%
BLUE value IS 103 (40.62% from 255) = 50.99%
R=24.26%
G=24.75%
B=50.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49501030.520.5100.60238.8935.5329.8
Hex313267343303Cef241e
Octal616214764630743574436
Binary110001110010110011111010011001101111001110111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313267; }

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

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

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

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

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

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

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

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