#333163

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

Shades of Deep Koamaru #333163

Tints of Deep Koamaru #333163

Color information

#333163 (or 0x333163) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 63. RGB value is (51,49,99). Sum of RGB (Red+Green+Blue) = 51+49+99=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #333163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333163 is #CCCE9C. Grayscale: #373737. Windows color (decimal): -13422237 or 6500659. OLE color: 6500659.

HSL color Cylindrical-coordinate representation of color #333163: hue angle of 242.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333163 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB514999-
CMYK0.480.5100.61
HSL242.4º33.78%29.02%-
HSV(B)242.4º50.51%38.82%-
XYZ4.723.812.29-
YUV55.3152.66124.93-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 49 (19.53% from 255) = 24.62%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=25.63%
G=24.62%
B=49.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5149990.480.5100.61242.433.7829.02
Hex333163303303Df2221d
Octal636114360630753624235
Binary110011110001110001111000011001101111011111001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333163; }

 p { color: rgb(51,49,99); }

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

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

 a { background-color: rgb(51,49,99); }

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

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

 span { border-color: rgb(51,49,99); }

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