#303364

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

Shades of Deep Koamaru #303364

Tints of Deep Koamaru #303364

Color information

#303364 (or 0x303364) is unknown color: approx Deep Koamaru. HEX triplet: 30, 33 and 64. RGB value is (48,51,100). Sum of RGB (Red+Green+Blue) = 48+51+100=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 100 (39.45% from 255 or 50.25% from 199); Max value from RGB is 100 - color contains mainly: blue. Hex color #303364 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303364 is #CFCC9B. Grayscale: #373737. Windows color (decimal): -13618332 or 6566704. OLE color: 6566704.

HSL color Cylindrical-coordinate representation of color #303364: hue angle of 236.54º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #303364 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB4851100-
CMYK0.520.4900.61
HSL236.54º35.14%29.02%-
HSV(B)236.54º52%39.22%-
XYZ4.73.9212.56-
YUV55.69153.01122.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 51 (20.31% from 255) = 25.63%
BLUE value IS 100 (39.45% from 255) = 50.25%
R=24.12%
G=25.63%
B=50.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal48511000.520.4900.61236.5435.1429.02
Hex303364343103Ded231d
Octal606314464610753554335
Binary110000110011110010011010011000101111011110110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303364; }

 p { color: rgb(48,51,100); }

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

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

 a { background-color: rgb(48,51,100); }

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

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

 span { border-color: rgb(48,51,100); }

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