#302B6D

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

Shades of Deep Koamaru #302B6D

Tints of Deep Koamaru #302B6D

Color information

#302B6D (or 0x302B6D) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2B and 6D. RGB value is (48,43,109). Sum of RGB (Red+Green+Blue) = 48+43+109=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 109 (42.97% from 255 or 54.5% from 200); Max value from RGB is 109 - color contains mainly: blue. Hex color #302B6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B6D is #CFD492. Grayscale: #333333. Windows color (decimal): -13620371 or 7154480. OLE color: 7154480.

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

Color convert

RGB4843109-
CMYK0.560.6100.57
HSL244.55º43.42%29.8%-
HSV(B)244.55º60.55%42.75%-
XYZ4.843.4614.88-
YUV52.02160.16125.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 43 (17.19% from 255) = 21.5%
BLUE value IS 109 (42.97% from 255) = 54.5%
R=24%
G=21.5%
B=54.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48431090.560.6100.57244.5543.4229.8
Hex302B6D383D039f52b1e
Octal605315570750713655336
Binary110000101011110110111100011110101110011111010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,43,109); }

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

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

 a { background-color: rgb(48,43,109); }

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

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

 span { border-color: rgb(48,43,109); }

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