#303273

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

Shades of Deep Koamaru #303273

Tints of Deep Koamaru #303273

Color information

#303273 (or 0x303273) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 73. RGB value is (48,50,115). Sum of RGB (Red+Green+Blue) = 48+50+115=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #303273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303273 is #CFCD8C. Grayscale: #383838. Windows color (decimal): -13618573 or 7549488. OLE color: 7549488.

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

Color convert

RGB4850115-
CMYK0.580.5700.55
HSL238.21º41.1%31.96%-
HSV(B)238.21º58.26%45.1%-
XYZ5.454.1516.73-
YUV56.81160.84121.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 115 (45.31% from 255) = 53.99%
R=22.54%
G=23.47%
B=53.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48501150.580.5700.55238.2141.131.96
Hex3032733A39037ee2920
Octal606216372710673565140
Binary1100001100101110011111010111001011011111101110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303273; }

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

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

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

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

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

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

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

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