#302D6C

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

Shades of Deep Koamaru #302D6C

Tints of Deep Koamaru #302D6C

Color information

#302D6C (or 0x302D6C) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2D and 6C. RGB value is (48,45,108). Sum of RGB (Red+Green+Blue) = 48+45+108=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 45 (17.97% from 255 or 22.39% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #302D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D6C is #CFD293. Grayscale: #343434. Windows color (decimal): -13619860 or 7089456. OLE color: 7089456.

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

Color convert

RGB4845108-
CMYK0.560.5800.58
HSL242.86º41.18%30%-
HSV(B)242.86º58.33%42.35%-
XYZ4.863.5914.62-
YUV53.08158.99124.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.88%
GREEN value IS 45 (17.97% from 255) = 22.39%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=23.88%
G=22.39%
B=53.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48451080.560.5800.58242.8641.1830
Hex302D6C383A03Af3291e
Octal605515470720723635136
Binary110000101101110110011100011101001110101111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,45,108); }

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

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

 a { background-color: rgb(48,45,108); }

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

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

 span { border-color: rgb(48,45,108); }

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