#30325C

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

Shades of Deep Koamaru #30325C

Tints of Deep Koamaru #30325C

Color information

#30325C (or 0x30325C) is unknown color: approx Deep Koamaru. HEX triplet: 30, 32 and 5C. RGB value is (48,50,92). Sum of RGB (Red+Green+Blue) = 48+50+92=190 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.26% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 92 (36.33% from 255 or 48.42% from 190); Max value from RGB is 92 - color contains mainly: blue. Hex color #30325C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30325C is #CFCDA3. Grayscale: #363636. Windows color (decimal): -13618596 or 6042160. OLE color: 6042160.

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

Color convert

RGB485092-
CMYK0.480.4600.64
HSL237.27º31.43%27.45%-
HSV(B)237.27º47.83%36.08%-
XYZ4.293.6810.61-
YUV54.19149.34123.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.26%
GREEN value IS 50 (19.92% from 255) = 26.32%
BLUE value IS 92 (36.33% from 255) = 48.42%
R=25.26%
G=26.32%
B=48.42%

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
Decimal4850920.480.4600.64237.2731.4327.45
Hex30325C302E040ed1f1b
Octal6062134605601003553733
Binary110000110010101110011000010111001000000111011011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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