#303668

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

Shades of Deep Koamaru #303668

Tints of Deep Koamaru #303668

Color information

#303668 (or 0x303668) is unknown color: approx Deep Koamaru. HEX triplet: 30, 36 and 68. RGB value is (48,54,104). Sum of RGB (Red+Green+Blue) = 48+54+104=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #303668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303668 is #CFC997. Grayscale: #393939. Windows color (decimal): -13617560 or 6829616. OLE color: 6829616.

HSL color Cylindrical-coordinate representation of color #303668: hue angle of 233.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #303668 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4854104-
CMYK0.540.4800.59
HSL233.57º36.84%29.8%-
HSV(B)233.57º53.85%40.78%-
XYZ5.044.2713.65-
YUV57.91154.01120.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=23.30%
G=26.21%
B=50.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48541040.540.4800.59233.5736.8429.8
Hex303668363003Bea251e
Octal606615066600733524536
Binary110000110110110100011011011000001110111110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303668; }

 p { color: rgb(48,54,104); }

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

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

 a { background-color: rgb(48,54,104); }

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

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

 span { border-color: rgb(48,54,104); }

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