#333075

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

Shades of Deep Koamaru #333075

Tints of Deep Koamaru #333075

Color information

#333075 (or 0x333075) is unknown color: approx Deep Koamaru. HEX triplet: 33, 30 and 75. RGB value is (51,48,117). Sum of RGB (Red+Green+Blue) = 51+48+117=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #333075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333075 is #CCCF8A. Grayscale: #383838. Windows color (decimal): -13422475 or 7680051. OLE color: 7680051.

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

Color convert

RGB5148117-
CMYK0.560.5900.54
HSL242.61º41.82%32.35%-
HSV(B)242.61º58.97%45.88%-
XYZ5.634.117.32-
YUV56.76161.99123.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 117 (46.09% from 255) = 54.17%
R=23.61%
G=22.22%
B=54.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal51481170.560.5900.54242.6141.8232.35
Hex333075383B036f32a20
Octal636016570730663635240
Binary1100111100001110101111000111011011011011110011101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333075; }

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

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

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

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

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

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

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

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