#30336A

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

Shades of Deep Koamaru #30336A

Tints of Deep Koamaru #30336A

Color information

#30336A (or 0x30336A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 33 and 6A. RGB value is (48,51,106). Sum of RGB (Red+Green+Blue) = 48+51+106=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 106 (41.80% from 255 or 51.71% from 205); Max value from RGB is 106 - color contains mainly: blue. Hex color #30336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30336A is #CFCC95. Grayscale: #383838. Windows color (decimal): -13618326 or 6959920. OLE color: 6959920.

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

Color convert

RGB4851106-
CMYK0.550.5200.58
HSL236.9º37.66%30.2%-
HSV(B)236.9º54.72%41.57%-
XYZ54.0414.15-
YUV56.37156.01122.03-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 106 (41.80% from 255) = 51.71%
R=23.41%
G=24.88%
B=51.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48511060.550.5200.58236.937.6630.2
Hex30336A373403Aed261e
Octal606315267640723554636
Binary110000110011110101011011111010001110101110110110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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