#333158

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

Shades of Deep Koamaru #333158

Tints of Deep Koamaru #333158

Color information

#333158 (or 0x333158) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 58. RGB value is (51,49,88). Sum of RGB (Red+Green+Blue) = 51+49+88=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #333158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333158 is #CCCEA7. Grayscale: #353535. Windows color (decimal): -13422248 or 5779763. OLE color: 5779763.

HSL color Cylindrical-coordinate representation of color #333158: hue angle of 243.08º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #333158 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB514988-
CMYK0.420.4400.65
HSL243.08º28.47%26.86%-
HSV(B)243.08º44.32%34.51%-
XYZ4.233.619.71-
YUV54.04147.16125.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 49 (19.53% from 255) = 26.06%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=27.13%
G=26.06%
B=46.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5149880.420.4400.65243.0828.4726.86
Hex3331582A2C041f31c1b
Octal6361130525401013633433
Binary110011110001101100010101010110001000001111100111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333158; }

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

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

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

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

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

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

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

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