#303172

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

Shades of Deep Koamaru #303172

Tints of Deep Koamaru #303172

Color information

#303172 (or 0x303172) is unknown color: approx Deep Koamaru. HEX triplet: 30, 31 and 72. RGB value is (48,49,114). Sum of RGB (Red+Green+Blue) = 48+49+114=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #303172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303172 is #CFCE8D. Grayscale: #373737. Windows color (decimal): -13618830 or 7483696. OLE color: 7483696.

HSL color Cylindrical-coordinate representation of color #303172: hue angle of 239.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #303172 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4849114-
CMYK0.580.5700.55
HSL239.09º40.74%31.76%-
HSV(B)239.09º57.89%44.71%-
XYZ5.354.0416.42-
YUV56.11160.67122.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.75%
GREEN value IS 49 (19.53% from 255) = 23.22%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=22.75%
G=23.22%
B=54.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal48491140.580.5700.55239.0940.7431.76
Hex3031723A39037ef2920
Octal606116272710673575140
Binary1100001100011110010111010111001011011111101111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303172; }

 p { color: rgb(48,49,114); }

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

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

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

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

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

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

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