#302E63

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

Shades of Deep Koamaru #302E63

Tints of Deep Koamaru #302E63

Color information

#302E63 (or 0x302E63) is unknown color: approx Deep Koamaru. HEX triplet: 30, 2E and 63. RGB value is (48,46,99). Sum of RGB (Red+Green+Blue) = 48+46+99=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 99 (39.06% from 255 or 51.30% from 193); Max value from RGB is 99 - color contains mainly: blue. Hex color #302E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302E63 is #CFD19C. Grayscale: #343434. Windows color (decimal): -13619613 or 6499888. OLE color: 6499888.

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

Color convert

RGB484699-
CMYK0.520.5400.61
HSL242.26º36.55%28.43%-
HSV(B)242.26º53.54%38.82%-
XYZ4.453.4812.24-
YUV52.64154.16124.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 46 (18.36% from 255) = 23.83%
BLUE value IS 99 (39.06% from 255) = 51.30%
R=24.87%
G=23.83%
B=51.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4846990.520.5400.61242.2636.5528.43
Hex302E63343603Df2251c
Octal605614364660753624534
Binary110000101110110001111010011011001111011111001010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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