#302F68

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

Shades of Deep Koamaru #302F68

Tints of Deep Koamaru #302F68

Color information

#302F68 (or 0x302F68) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2F and 68. RGB value is (48,47,104). Sum of RGB (Red+Green+Blue) = 48+47+104=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #302F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302F68 is #CFD097. Grayscale: #353535. Windows color (decimal): -13619352 or 6827824. OLE color: 6827824.

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

Color convert

RGB4847104-
CMYK0.540.5500.59
HSL241.05º37.75%29.61%-
HSV(B)241.05º54.81%40.78%-
XYZ4.733.6613.55-
YUV53.8156.33123.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 104 (41.02% from 255) = 52.26%
R=24.12%
G=23.62%
B=52.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48471040.540.5500.59241.0537.7529.61
Hex302F68363703Bf1261e
Octal605715066670733614636
Binary110000101111110100011011011011101110111111000110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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