#333263

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

Shades of Deep Koamaru #333263

Tints of Deep Koamaru #333263

Color information

#333263 (or 0x333263) is unknown color: approx Deep Koamaru. HEX triplet: 33, 32 and 63. RGB value is (51,50,99). Sum of RGB (Red+Green+Blue) = 51+50+99=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #333263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333263 is #CCCD9C. Grayscale: #373737. Windows color (decimal): -13421981 or 6500915. OLE color: 6500915.

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

Color convert

RGB515099-
CMYK0.480.4900.61
HSL241.22º32.89%29.22%-
HSV(B)241.22º49.49%38.82%-
XYZ4.763.8912.3-
YUV55.88152.33124.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=25.5%
G=25%
B=49.5%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5150990.480.4900.61241.2232.8929.22
Hex333263303103Df1211d
Octal636214360610753614135
Binary110011110010110001111000011000101111011111000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333263; }

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

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

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

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

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

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

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

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