#333063

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

Shades of Deep Koamaru #333063

Tints of Deep Koamaru #333063

Color information

#333063 (or 0x333063) is unknown color: approx Deep Koamaru. HEX triplet: 33, 30 and 63. RGB value is (51,48,99). Sum of RGB (Red+Green+Blue) = 51+48+99=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 99 (39.06% from 255 or 50% from 198); Max value from RGB is 99 - color contains mainly: blue. Hex color #333063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333063 is #CCCF9C. Grayscale: #363636. Windows color (decimal): -13422493 or 6500403. OLE color: 6500403.

HSL color Cylindrical-coordinate representation of color #333063: hue angle of 243.53º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #333063 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB514899-
CMYK0.480.5200.61
HSL243.53º34.69%28.82%-
HSV(B)243.53º51.52%38.82%-
XYZ4.673.7212.28-
YUV54.71152.99125.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 48 (19.14% from 255) = 24.24%
BLUE value IS 99 (39.06% from 255) = 50%
R=25.76%
G=24.24%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5148990.480.5200.61243.5334.6928.82
Hex333063303403Df4231d
Octal636014360640753644335
Binary110011110000110001111000011010001111011111010010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333063; }

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

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

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

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

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

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

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

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