#302970

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

Shades of Deep Koamaru #302970

Tints of Deep Koamaru #302970

Color information

#302970 (or 0x302970) is unknown color: approx Deep Koamaru. HEX triplet: 30, 29 and 70. RGB value is (48,41,112). Sum of RGB (Red+Green+Blue) = 48+41+112=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #302970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302970 is #CFD68F. Grayscale: #323232. Windows color (decimal): -13620880 or 7350576. OLE color: 7350576.

HSL color Cylindrical-coordinate representation of color #302970: hue angle of 245.92º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302970 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4841112-
CMYK0.570.6300.56
HSL245.92º46.41%30%-
HSV(B)245.92º63.39%43.92%-
XYZ4.943.3815.72-
YUV51.19162.32125.73-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=23.88%
G=20.40%
B=55.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48411120.570.6300.56245.9246.4130
Hex302970393F038f62e1e
Octal605116071770703665636
Binary110000101001111000011100111111101110001111011010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302970; }

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

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

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

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

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

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

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

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