#363368

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

Shades of Deep Koamaru #363368

Tints of Deep Koamaru #363368

Color information

#363368 (or 0x363368) is unknown color: approx Deep Koamaru. HEX triplet: 36, 33 and 68. RGB value is (54,51,104). Sum of RGB (Red+Green+Blue) = 54+51+104=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #363368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363368 is #C9CC97. Grayscale: #393939. Windows color (decimal): -13225112 or 6828854. OLE color: 6828854.

HSL color Cylindrical-coordinate representation of color #363368: hue angle of 243.4º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363368 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5451104-
CMYK0.480.5100.59
HSL243.4º34.19%30.39%-
HSV(B)243.4º50.96%40.78%-
XYZ5.24.1513.62-
YUV57.94153.99125.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 51 (20.31% from 255) = 24.40%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=25.84%
G=24.40%
B=49.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54511040.480.5100.59243.434.1930.39
Hex363368303303Bf3221e
Octal666315060630733634236
Binary110110110011110100011000011001101110111111001110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363368; }

 p { color: rgb(54,51,104); }

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

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

 a { background-color: rgb(54,51,104); }

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

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

 span { border-color: rgb(54,51,104); }

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