#333469

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

Shades of Deep Koamaru #333469

Tints of Deep Koamaru #333469

Color information

#333469 (or 0x333469) is unknown color: approx Deep Koamaru. HEX triplet: 33, 34 and 69. RGB value is (51,52,105). Sum of RGB (Red+Green+Blue) = 51+52+105=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 105 (41.41% from 255 or 50.48% from 208); Max value from RGB is 105 - color contains mainly: blue. Hex color #333469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333469 is #CCCB96. Grayscale: #393939. Windows color (decimal): -13421463 or 6894643. OLE color: 6894643.

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

Color convert

RGB5152105-
CMYK0.510.5000.59
HSL238.89º34.62%30.59%-
HSV(B)238.89º51.43%41.18%-
XYZ5.144.1813.9-
YUV57.74154.67123.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 52 (20.70% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 50.48%
R=24.52%
G=25%
B=50.48%

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
Decimal51521050.510.5000.59238.8934.6230.59
Hex333469333203Bef231f
Octal636415163620733574337
Binary110011110100110100111001111001001110111110111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333469; }

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

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

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

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

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

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

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

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