#30326C

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

Shades of Deep Koamaru #30326C

Tints of Deep Koamaru #30326C

Color information

#30326C (or 0x30326C) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 6C. RGB value is (48,50,108). Sum of RGB (Red+Green+Blue) = 48+50+108=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #30326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30326C is #CFCD93. Grayscale: #373737. Windows color (decimal): -13618580 or 7090736. OLE color: 7090736.

HSL color Cylindrical-coordinate representation of color #30326C: hue angle of 238º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30326C is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4850108-
CMYK0.560.5400.58
HSL238º38.46%30.59%-
HSV(B)238º55.56%42.35%-
XYZ5.073.9914.69-
YUV56.01157.34122.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 50 (19.92% from 255) = 24.27%
BLUE value IS 108 (42.58% from 255) = 52.43%
R=23.30%
G=24.27%
B=52.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48501080.560.5400.5823838.4630.59
Hex30326C383603Aee261f
Octal606215470660723564637
Binary110000110010110110011100011011001110101110111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30326C; }

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

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

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

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

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

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

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

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