#30297C

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

Shades of Deep Koamaru #30297C

Tints of Deep Koamaru #30297C

Color information

#30297C (or 0x30297C) is unknown color: approx Deep Koamaru. HEX triplet: 30, 29 and 7C. RGB value is (48,41,124). Sum of RGB (Red+Green+Blue) = 48+41+124=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #30297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30297C is #CFD683. Grayscale: #343434. Windows color (decimal): -13620868 or 8137008. OLE color: 8137008.

HSL color Cylindrical-coordinate representation of color #30297C: hue angle of 245.06º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30297C is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4841124-
CMYK0.610.6700.51
HSL245.06º50.3%32.35%-
HSV(B)245.06º66.94%48.63%-
XYZ5.653.6719.48-
YUV52.56168.32124.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 41 (16.41% from 255) = 19.25%
BLUE value IS 124 (48.83% from 255) = 58.22%
R=22.54%
G=19.25%
B=58.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal48411240.610.6700.51245.0650.332.35
Hex30297C3D43033f53220
Octal6051174751030633656240
Binary11000010100111111001111011000011011001111110101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30297C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,41,124); }

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

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

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

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

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

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

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