#333270

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

Shades of Deep Koamaru #333270

Tints of Deep Koamaru #333270

Color information

#333270 (or 0x333270) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 70. RGB value is (51,50,112). Sum of RGB (Red+Green+Blue) = 51+50+112=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #333270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333270 is #CCCD8F. Grayscale: #393939. Windows color (decimal): -13421968 or 7352883. OLE color: 7352883.

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

Color convert

RGB5150112-
CMYK0.540.5500.56
HSL240.97º38.27%31.76%-
HSV(B)240.97º55.36%43.92%-
XYZ5.434.1515.84-
YUV57.37158.83123.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=23.94%
G=23.47%
B=52.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51501120.540.5500.56240.9738.2731.76
Hex3332703637038f12620
Octal636216066670703614640
Binary1100111100101110000110110110111011100011110001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333270; }

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

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

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

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

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

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

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

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