#30346A

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

Shades of Deep Koamaru #30346A

Tints of Deep Koamaru #30346A

Color information

#30346A (or 0x30346A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 34 and 6A. RGB value is (48,52,106). Sum of RGB (Red+Green+Blue) = 48+52+106=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #30346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30346A is #CFCB95. Grayscale: #383838. Windows color (decimal): -13618070 or 6960176. OLE color: 6960176.

HSL color Cylindrical-coordinate representation of color #30346A: hue angle of 235.86º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30346A is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4852106-
CMYK0.550.5100.58
HSL235.86º37.66%30.2%-
HSV(B)235.86º54.72%41.57%-
XYZ5.054.1214.17-
YUV56.96155.67121.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=23.30%
G=25.24%
B=51.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48521060.550.5100.58235.8637.6630.2
Hex30346A373303Aec261e
Octal606415267630723544636
Binary110000110100110101011011111001101110101110110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30346A; }

 p { color: rgb(48,52,106); }

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

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

 a { background-color: rgb(48,52,106); }

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

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

 span { border-color: rgb(48,52,106); }

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