#333468

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

Shades of Deep Koamaru #333468

Tints of Deep Koamaru #333468

Color information

#333468 (or 0x333468) is unknown color: approx Deep Koamaru. HEX triplet: 33, 34 and 68. RGB value is (51,52,104). Sum of RGB (Red+Green+Blue) = 51+52+104=207 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.64% from 207); Green value is 52 (20.70% from 255 or 25.12% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #333468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333468 is #CCCB97. Grayscale: #393939. Windows color (decimal): -13421464 or 6829107. OLE color: 6829107.

HSL color Cylindrical-coordinate representation of color #333468: hue angle of 238.87º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #333468 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5152104-
CMYK0.510.5000.59
HSL238.87º34.19%30.39%-
HSV(B)238.87º50.96%40.78%-
XYZ5.094.1613.63-
YUV57.63154.17123.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.64%
GREEN value IS 52 (20.70% from 255) = 25.12%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=24.64%
G=25.12%
B=50.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51521040.510.5000.59238.8734.1930.39
Hex333468333203Bef221e
Octal636415063620733574236
Binary110011110100110100011001111001001110111110111110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333468; }

 p { color: rgb(51,52,104); }

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

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

 a { background-color: rgb(51,52,104); }

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

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

 span { border-color: rgb(51,52,104); }

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