#302A6E

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

Shades of Deep Koamaru #302A6E

Tints of Deep Koamaru #302A6E

Color information

#302A6E (or 0x302A6E) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2A and 6E. RGB value is (48,42,110). Sum of RGB (Red+Green+Blue) = 48+42+110=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 42 (16.80% from 255 or 21% from 200); Blue value is 110 (43.36% from 255 or 55% from 200); Max value from RGB is 110 - color contains mainly: blue. Hex color #302A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302A6E is #CFD591. Grayscale: #333333. Windows color (decimal): -13620626 or 7219760. OLE color: 7219760.

HSL color Cylindrical-coordinate representation of color #302A6E: hue angle of 245.29º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302A6E is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4842110-
CMYK0.560.6200.57
HSL245.29º44.74%29.8%-
HSV(B)245.29º61.82%43.14%-
XYZ4.863.4115.15-
YUV51.55160.99125.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 42 (16.80% from 255) = 21%
BLUE value IS 110 (43.36% from 255) = 55%
R=24%
G=21%
B=55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48421100.560.6200.57245.2944.7429.8
Hex302A6E383E039f52d1e
Octal605215670760713655536
Binary110000101010110111011100011111001110011111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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