#302A73

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

Shades of Deep Koamaru #302A73

Tints of Deep Koamaru #302A73

Color information

#302A73 (or 0x302A73) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2A and 73. RGB value is (48,42,115). Sum of RGB (Red+Green+Blue) = 48+42+115=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #302A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A73 is #CFD58C. Grayscale: #333333. Windows color (decimal): -13620621 or 7547440. OLE color: 7547440.

HSL color Cylindrical-coordinate representation of color #302A73: hue angle of 244.93º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302A73 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4842115-
CMYK0.580.6300.55
HSL244.93º46.5%30.78%-
HSV(B)244.93º63.48%45.1%-
XYZ5.143.5216.63-
YUV52.12163.49125.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=23.41%
G=20.49%
B=56.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48421150.580.6300.55244.9346.530.78
Hex302A733A3F037f52e1f
Octal605216372770673655637
Binary110000101010111001111101011111101101111111010110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302A73; }

 p { color: rgb(48,42,115); }

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

<style>
 a { background-color: #302A73; }

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

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

<style>
 span { border-color: #302A73; }

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

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