#313262

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

Shades of Deep Koamaru #313262

Tints of Deep Koamaru #313262

Color information

#313262 (or 0x313262) is unknown color: approx Deep Koamaru. HEX triplet: 31, 32 and 62. RGB value is (49,50,98). Sum of RGB (Red+Green+Blue) = 49+50+98=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 98 (38.67% from 255 or 49.75% from 197); Max value from RGB is 98 - color contains mainly: blue. Hex color #313262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313262 is #CECD9D. Grayscale: #363636. Windows color (decimal): -13553054 or 6435377. OLE color: 6435377.

HSL color Cylindrical-coordinate representation of color #313262: hue angle of 238.78º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #313262 is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB495098-
CMYK0.50.4900.62
HSL238.78º33.33%28.82%-
HSV(B)238.78º50%38.43%-
XYZ4.613.8212.05-
YUV55.17152.17123.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 98 (38.67% from 255) = 49.75%
R=24.87%
G=25.38%
B=49.75%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4950980.50.4900.62238.7833.3328.82
Hex313262323103Eef211d
Octal616214262610763574135
Binary110001110010110001011001011000101111101110111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313262; }

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

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

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

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

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

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

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

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