#30297A

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

Shades of Deep Koamaru #30297A

Tints of Deep Koamaru #30297A

Color information

#30297A (or 0x30297A) is unknown color: approx Deep Koamaru. HEX triplet: 30, 29 and 7A. RGB value is (48,41,122). Sum of RGB (Red+Green+Blue) = 48+41+122=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #30297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30297A is #CFD685. Grayscale: #343434. Windows color (decimal): -13620870 or 8005936. OLE color: 8005936.

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

Color convert

RGB4841122-
CMYK0.610.6600.52
HSL245.19º49.69%31.96%-
HSV(B)245.19º66.39%47.84%-
XYZ5.523.6218.82-
YUV52.33167.32124.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=22.75%
G=19.43%
B=57.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48411220.610.6600.52245.1949.6931.96
Hex30297A3D42034f53220
Octal6051172751020643656240
Binary11000010100111110101111011000010011010011110101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30297A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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