#313272

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

Shades of Deep Koamaru #313272

Tints of Deep Koamaru #313272

Color information

#313272 (or 0x313272) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 72. RGB value is (49,50,114). Sum of RGB (Red+Green+Blue) = 49+50+114=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #313272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313272 is #CECD8D. Grayscale: #383838. Windows color (decimal): -13553038 or 7483953. OLE color: 7483953.

HSL color Cylindrical-coordinate representation of color #313272: hue angle of 239.08º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313272 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4950114-
CMYK0.570.5600.55
HSL239.08º39.88%31.96%-
HSV(B)239.08º57.02%44.71%-
XYZ5.444.1516.43-
YUV57160.17122.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 114 (44.92% from 255) = 53.52%
R=23.00%
G=23.47%
B=53.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49501140.570.5600.55239.0839.8831.96
Hex3132723938037ef2820
Octal616216271700673575040
Binary1100011100101110010111001111000011011111101111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313272; }

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

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

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

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

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

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

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

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