#30325D

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

Shades of Deep Koamaru #30325D

Tints of Deep Koamaru #30325D

Color information

#30325D (or 0x30325D) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 5D. RGB value is (48,50,93). Sum of RGB (Red+Green+Blue) = 48+50+93=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #30325D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30325D is #CFCDA2. Grayscale: #363636. Windows color (decimal): -13618595 or 6107696. OLE color: 6107696.

HSL color Cylindrical-coordinate representation of color #30325D: hue angle of 237.33º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30325D is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB485093-
CMYK0.480.4600.64
HSL237.33º31.91%27.65%-
HSV(B)237.33º48.39%36.47%-
XYZ4.343.710.84-
YUV54.3149.84123.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=25.13%
G=26.18%
B=48.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4850930.480.4600.64237.3331.9127.65
Hex30325D302E040ed201c
Octal6062135605601003554034
Binary1100001100101011101110000101110010000001110110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30325D; }

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

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

<style>
 a { background-color: #30325D; }

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

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

<style>
 span { border-color: #30325D; }

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

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