#30297B

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

Shades of Deep Koamaru #30297B

Tints of Deep Koamaru #30297B

Color information

#30297B (or 0x30297B) is unknown color: approx Deep Koamaru. HEX triplet: 30, 29 and 7B. RGB value is (48,41,123). Sum of RGB (Red+Green+Blue) = 48+41+123=212 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.64% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #30297B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30297B is #CFD684. Grayscale: #343434. Windows color (decimal): -13620869 or 8071472. OLE color: 8071472.

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

Color convert

RGB4841123-
CMYK0.610.6700.52
HSL245.12º50%32.16%-
HSV(B)245.12º66.67%48.24%-
XYZ5.593.6419.15-
YUV52.44167.82124.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.64%
GREEN value IS 41 (16.41% from 255) = 19.34%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=22.64%
G=19.34%
B=58.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal48411230.610.6700.52245.125032.16
Hex30297B3D43034f53220
Octal6051173751030643656240
Binary11000010100111110111111011000011011010011110101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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