#333275

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

Shades of Deep Koamaru #333275

Tints of Deep Koamaru #333275

Color information

#333275 (or 0x333275) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 75. RGB value is (51,50,117). Sum of RGB (Red+Green+Blue) = 51+50+117=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #333275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333275 is #CCCD8A. Grayscale: #393939. Windows color (decimal): -13421963 or 7680563. OLE color: 7680563.

HSL color Cylindrical-coordinate representation of color #333275: hue angle of 240.9º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #333275 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5150117-
CMYK0.560.5700.54
HSL240.9º40.12%32.75%-
HSV(B)240.9º57.26%45.88%-
XYZ5.724.2717.35-
YUV57.94161.33123.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 117 (46.09% from 255) = 53.67%
R=23.39%
G=22.94%
B=53.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51501170.560.5700.54240.940.1232.75
Hex3332753839036f12821
Octal636216570710663615041
Binary1100111100101110101111000111001011011011110001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333275; }

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

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

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

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

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

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

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

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