#30305D

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

Shades of Deep Koamaru #30305D

Tints of Deep Koamaru #30305D

Color information

#30305D (or 0x30305D) is unknown color: approx Deep Koamaru. HEX triplet: 30, 30 and 5D. RGB value is (48,48,93). Sum of RGB (Red+Green+Blue) = 48+48+93=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #30305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30305D is #CFCFA2. Grayscale: #343434. Windows color (decimal): -13619107 or 6107184. OLE color: 6107184.

HSL color Cylindrical-coordinate representation of color #30305D: hue angle of 240º 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 #30305D is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB484893-
CMYK0.480.4800.64
HSL240º31.91%27.65%-
HSV(B)240º48.39%36.47%-
XYZ4.253.5310.81-
YUV53.13150.5124.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.40%
GREEN value IS 48 (19.14% from 255) = 25.40%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=25.40%
G=25.40%
B=49.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4848930.480.4800.6424031.9127.65
Hex30305D3030040f0201c
Octal6060135606001003604034
Binary1100001100001011101110000110000010000001111000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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