#333162

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

Shades of Deep Koamaru #333162

Tints of Deep Koamaru #333162

Color information

#333162 (or 0x333162) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 62. RGB value is (51,49,98). Sum of RGB (Red+Green+Blue) = 51+49+98=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: blue. Hex color #333162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333162 is #CCCE9D. Grayscale: #363636. Windows color (decimal): -13422238 or 6435123. OLE color: 6435123.

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

Color convert

RGB514998-
CMYK0.480.500.62
HSL242.45º33.33%28.82%-
HSV(B)242.45º50%38.43%-
XYZ4.673.7812.04-
YUV55.18152.16125.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=25.76%
G=24.75%
B=49.49%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5149980.480.500.62242.4533.3328.82
Hex333162303203Ef2211d
Octal636114260620763624135
Binary110011110001110001011000011001001111101111001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333162; }

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

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

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

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

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

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

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

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