#31346A

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

Shades of Deep Koamaru #31346A

Tints of Deep Koamaru #31346A

Color information

#31346A (or 0x31346A) is unknown color: approx Deep Koamaru. HEX triplet: 31, 34 and 6A. RGB value is (49,52,106). Sum of RGB (Red+Green+Blue) = 49+52+106=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #31346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31346A is #CECB95. Grayscale: #393939. Windows color (decimal): -13552534 or 6960177. OLE color: 6960177.

HSL color Cylindrical-coordinate representation of color #31346A: hue angle of 236.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #31346A is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4952106-
CMYK0.540.5100.58
HSL236.84º36.77%30.39%-
HSV(B)236.84º53.77%41.57%-
XYZ5.14.1514.17-
YUV57.26155.51122.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 106 (41.80% from 255) = 51.21%
R=23.67%
G=25.12%
B=51.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49521060.540.5100.58236.8436.7730.39
Hex31346A363303Aed251e
Octal616415266630723554536
Binary110001110100110101011011011001101110101110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31346A; }

 p { color: rgb(49,52,106); }

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

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

 a { background-color: rgb(49,52,106); }

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

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

 span { border-color: rgb(49,52,106); }

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