#30326B

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

Shades of Deep Koamaru #30326B

Tints of Deep Koamaru #30326B

Color information

#30326B (or 0x30326B) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 6B. RGB value is (48,50,107). Sum of RGB (Red+Green+Blue) = 48+50+107=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 107 (42.19% from 255 or 52.20% from 205); Max value from RGB is 107 - color contains mainly: blue. Hex color #30326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30326B is #CFCD94. Grayscale: #373737. Windows color (decimal): -13618581 or 7025200. OLE color: 7025200.

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

Color convert

RGB4850107-
CMYK0.550.5300.58
HSL237.97º38.06%30.39%-
HSV(B)237.97º55.14%41.96%-
XYZ5.013.9714.41-
YUV55.9156.84122.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 107 (42.19% from 255) = 52.20%
R=23.41%
G=24.39%
B=52.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48501070.550.5300.58237.9738.0630.39
Hex30326B373503Aee261e
Octal606215367650723564636
Binary110000110010110101111011111010101110101110111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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