#333074

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

Shades of Deep Koamaru #333074

Tints of Deep Koamaru #333074

Color information

#333074 (or 0x333074) is unknown color: approx Deep Koamaru. HEX triplet: 33, 30 and 74. RGB value is (51,48,116). Sum of RGB (Red+Green+Blue) = 51+48+116=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 116 (45.70% from 255 or 53.95% from 215); Max value from RGB is 116 - color contains mainly: blue. Hex color #333074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333074 is #CCCF8B. Grayscale: #383838. Windows color (decimal): -13422476 or 7614515. OLE color: 7614515.

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

Color convert

RGB5148116-
CMYK0.560.5900.55
HSL242.65º41.46%32.16%-
HSV(B)242.65º58.62%45.49%-
XYZ5.574.0817.02-
YUV56.65161.49123.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 116 (45.70% from 255) = 53.95%
R=23.72%
G=22.33%
B=53.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51481160.560.5900.55242.6541.4632.16
Hex333074383B037f32920
Octal636016470730673635140
Binary1100111100001110100111000111011011011111110011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333074; }

 p { color: rgb(51,48,116); }

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

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

 a { background-color: rgb(51,48,116); }

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

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

 span { border-color: rgb(51,48,116); }

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