#302D63

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

Shades of Deep Koamaru #302D63

Tints of Deep Koamaru #302D63

Color information

#302D63 (or 0x302D63) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2D and 63. RGB value is (48,45,99). Sum of RGB (Red+Green+Blue) = 48+45+99=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #302D63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D63 is #CFD29C. Grayscale: #333333. Windows color (decimal): -13619869 or 6499632. OLE color: 6499632.

HSL color Cylindrical-coordinate representation of color #302D63: hue angle of 243.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #302D63 is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB484599-
CMYK0.520.5500.61
HSL243.33º37.5%28.24%-
HSV(B)243.33º54.55%38.82%-
XYZ4.413.4112.23-
YUV52.05154.49125.11-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25%
GREEN value IS 45 (17.97% from 255) = 23.44%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=25%
G=23.44%
B=51.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4845990.520.5500.61243.3337.528.24
Hex302D63343703Df3261c
Octal605514364670753634634
Binary110000101101110001111010011011101111011111001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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