#333272

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

Shades of Deep Koamaru #333272

Tints of Deep Koamaru #333272

Color information

#333272 (or 0x333272) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 72. RGB value is (51,50,114). Sum of RGB (Red+Green+Blue) = 51+50+114=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #333272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333272 is #CCCD8D. Grayscale: #393939. Windows color (decimal): -13421966 or 7483955. OLE color: 7483955.

HSL color Cylindrical-coordinate representation of color #333272: hue angle of 240.94º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #333272 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5150114-
CMYK0.550.5600.55
HSL240.94º39.02%32.16%-
HSV(B)240.94º56.14%44.71%-
XYZ5.544.216.44-
YUV57.6159.83123.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=23.72%
G=23.26%
B=53.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51501140.550.5600.55240.9439.0232.16
Hex3332723738037f12720
Octal636216267700673614740
Binary1100111100101110010110111111000011011111110001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333272; }

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

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

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

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

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

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

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

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