#333258

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

Shades of Deep Koamaru #333258

Tints of Deep Koamaru #333258

Color information

#333258 (or 0x333258) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 58. RGB value is (51,50,88). Sum of RGB (Red+Green+Blue) = 51+50+88=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #333258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333258 is #CCCDA7. Grayscale: #363636. Windows color (decimal): -13421992 or 5780019. OLE color: 5780019.

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

Color convert

RGB515088-
CMYK0.420.4300.65
HSL241.58º27.54%27.06%-
HSV(B)241.58º43.18%34.51%-
XYZ4.273.699.72-
YUV54.63146.83125.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 50 (19.92% from 255) = 26.46%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=26.98%
G=26.46%
B=46.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5150880.420.4300.65241.5827.5427.06
Hex3332582A2B041f21c1b
Octal6362130525301013623433
Binary110011110010101100010101010101101000001111100101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333258; }

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

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

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

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

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

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

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

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