#303274

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

Shades of Deep Koamaru #303274

Tints of Deep Koamaru #303274

Color information

#303274 (or 0x303274) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 74. RGB value is (48,50,116). Sum of RGB (Red+Green+Blue) = 48+50+116=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #303274 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303274 is #CFCD8B. Grayscale: #383838. Windows color (decimal): -13618572 or 7615024. OLE color: 7615024.

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

Color convert

RGB4850116-
CMYK0.590.5700.55
HSL238.24º41.46%32.16%-
HSV(B)238.24º58.62%45.49%-
XYZ5.514.1717.04-
YUV56.93161.34121.63-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.43%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 116 (45.70% from 255) = 54.21%
R=22.43%
G=23.36%
B=54.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48501160.590.5700.55238.2441.4632.16
Hex3032743B39037ee2920
Octal606216473710673565140
Binary1100001100101110100111011111001011011111101110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303274; }

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

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

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

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

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

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

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

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