#363361

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

Shades of Deep Koamaru #363361

Tints of Deep Koamaru #363361

Color information

#363361 (or 0x363361) is unknown color: approx Deep Koamaru. HEX triplet: 36, 33 and 61. RGB value is (54,51,97). Sum of RGB (Red+Green+Blue) = 54+51+97=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #363361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363361 is #C9CC9E. Grayscale: #383838. Windows color (decimal): -13225119 or 6370102. OLE color: 6370102.

HSL color Cylindrical-coordinate representation of color #363361: hue angle of 243.91º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #363361 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB545197-
CMYK0.440.4700.62
HSL243.91º31.08%29.02%-
HSV(B)243.91º47.42%38.04%-
XYZ4.864.0111.83-
YUV57.14150.49125.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=26.73%
G=25.25%
B=48.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5451970.440.4700.62243.9131.0829.02
Hex3633612C2F03Ef41f1d
Octal666314154570763643735
Binary11011011001111000011011001011110111110111101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363361; }

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

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

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

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

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

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

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

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