#30366A

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

Shades of Deep Koamaru #30366A

Tints of Deep Koamaru #30366A

Color information

#30366A (or 0x30366A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 36 and 6A. RGB value is (48,54,106). Sum of RGB (Red+Green+Blue) = 48+54+106=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #30366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30366A is #CFC995. Grayscale: #393939. Windows color (decimal): -13617558 or 6960688. OLE color: 6960688.

HSL color Cylindrical-coordinate representation of color #30366A: hue angle of 233.79º 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 #30366A is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4854106-
CMYK0.550.4900.58
HSL233.79º37.66%30.2%-
HSV(B)233.79º54.72%41.57%-
XYZ5.144.3114.2-
YUV58.13155.01120.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.08%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=23.08%
G=25.96%
B=50.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48541060.550.4900.58233.7937.6630.2
Hex30366A373103Aea261e
Octal606615267610723524636
Binary110000110110110101011011111000101110101110101010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30366A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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