#333166

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

Shades of Deep Koamaru #333166

Tints of Deep Koamaru #333166

Color information

#333166 (or 0x333166) is unknown color: approx Deep Koamaru. HEX triplet: 33, 31 and 66. RGB value is (51,49,102). Sum of RGB (Red+Green+Blue) = 51+49+102=202 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.25% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #333166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333166 is #CCCE99. Grayscale: #373737. Windows color (decimal): -13422234 or 6697267. OLE color: 6697267.

HSL color Cylindrical-coordinate representation of color #333166: hue angle of 242.26º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #333166 is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5149102-
CMYK0.50.5200.6
HSL242.26º35.1%29.61%-
HSV(B)242.26º51.96%40%-
XYZ4.863.8613.06-
YUV55.64154.16124.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.25%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=25.25%
G=24.26%
B=50.50%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51491020.50.5200.6242.2635.129.61
Hex333166323403Cf2231e
Octal636114662640743624336
Binary110011110001110011011001011010001111001111001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333166; }

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

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

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

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

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

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

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

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