#303263

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

Shades of Deep Koamaru #303263

Tints of Deep Koamaru #303263

Color information

#303263 (or 0x303263) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 63. RGB value is (48,50,99). Sum of RGB (Red+Green+Blue) = 48+50+99=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 99 (39.06% from 255 or 50.25% from 197); Max value from RGB is 99 - color contains mainly: blue. Hex color #303263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303263 is #CFCD9C. Grayscale: #363636. Windows color (decimal): -13618589 or 6500912. OLE color: 6500912.

HSL color Cylindrical-coordinate representation of color #303263: hue angle of 237.65º 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 #303263 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB485099-
CMYK0.520.4900.61
HSL237.65º34.69%28.82%-
HSV(B)237.65º51.52%38.82%-
XYZ4.613.8112.3-
YUV54.99152.84123.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 99 (39.06% from 255) = 50.25%
R=24.37%
G=25.38%
B=50.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4850990.520.4900.61237.6534.6928.82
Hex303263343103Dee231d
Octal606214364610753564335
Binary110000110010110001111010011000101111011110111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303263; }

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

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

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

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

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

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

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

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