#302B76

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

Shades of Deep Koamaru #302B76

Tints of Deep Koamaru #302B76

Color information

#302B76 (or 0x302B76) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2B and 76. RGB value is (48,43,118). Sum of RGB (Red+Green+Blue) = 48+43+118=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 43 (17.19% from 255 or 20.57% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #302B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B76 is #CFD489. Grayscale: #343434. Windows color (decimal): -13620362 or 7744304. OLE color: 7744304.

HSL color Cylindrical-coordinate representation of color #302B76: hue angle of 244º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #302B76 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4843118-
CMYK0.590.6400.54
HSL244º46.58%31.57%-
HSV(B)244º63.56%46.27%-
XYZ5.353.6617.56-
YUV53.04164.66124.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 43 (17.19% from 255) = 20.57%
BLUE value IS 118 (46.48% from 255) = 56.46%
R=22.97%
G=20.57%
B=56.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48431180.590.6400.5424446.5831.57
Hex302B763B40036f42f20
Octal6053166731000663645740
Binary11000010101111101101110111000000011011011110100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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