#303360

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

Shades of Deep Koamaru #303360

Tints of Deep Koamaru #303360

Color information

#303360 (or 0x303360) is unknown color: approx Deep Koamaru. HEX triplet: 30, 33 and 60. RGB value is (48,51,96). Sum of RGB (Red+Green+Blue) = 48+51+96=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #303360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303360 is #CFCC9F. Grayscale: #373737. Windows color (decimal): -13618336 or 6304560. OLE color: 6304560.

HSL color Cylindrical-coordinate representation of color #303360: hue angle of 236.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #303360 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB485196-
CMYK0.500.4700.62
HSL236.25º33.33%28.24%-
HSV(B)236.25º50%37.65%-
XYZ4.513.8411.57-
YUV55.23151.01122.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 51 (20.31% from 255) = 26.15%
BLUE value IS 96 (37.89% from 255) = 49.23%
R=24.62%
G=26.15%
B=49.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4851960.500.4700.62236.2533.3328.24
Hex303360322F03Eec211c
Octal606314062570763544134
Binary110000110011110000011001010111101111101110110010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303360; }

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

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

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

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

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

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

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

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