#313662

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

Shades of Deep Koamaru #313662

Tints of Deep Koamaru #313662

Color information

#313662 (or 0x313662) is unknown color: approx Deep Koamaru. HEX triplet: 31, 36 and 62. RGB value is (49,54,98). Sum of RGB (Red+Green+Blue) = 49+54+98=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #313662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313662 is #CEC99D. Grayscale: #393939. Windows color (decimal): -13552030 or 6436401. OLE color: 6436401.

HSL color Cylindrical-coordinate representation of color #313662: hue angle of 233.88º 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 #313662 is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB495498-
CMYK0.50.4500.62
HSL233.88º33.33%28.82%-
HSV(B)233.88º50%38.43%-
XYZ4.794.1712.11-
YUV57.52150.84121.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=24.38%
G=26.87%
B=48.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4954980.50.4500.62233.8833.3328.82
Hex313662322D03Eea211d
Octal616614262550763524135
Binary110001110110110001011001010110101111101110101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313662; }

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

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

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

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

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

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

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

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