#363272

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

Shades of Deep Koamaru #363272

Tints of Deep Koamaru #363272

Color information

#363272 (or 0x363272) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 72. RGB value is (54,50,114). Sum of RGB (Red+Green+Blue) = 54+50+114=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #363272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363272 is #C9CD8D. Grayscale: #3A3A3A. Windows color (decimal): -13225358 or 7483958. OLE color: 7483958.

HSL color Cylindrical-coordinate representation of color #363272: hue angle of 243.75º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #363272 is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5450114-
CMYK0.530.5600.55
HSL243.75º39.02%32.16%-
HSV(B)243.75º56.14%44.71%-
XYZ5.74.2816.45-
YUV58.49159.33124.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=24.77%
G=22.94%
B=52.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54501140.530.5600.55243.7539.0232.16
Hex3632723538037f42720
Octal666216265700673644740
Binary1101101100101110010110101111000011011111110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363272; }

 p { color: rgb(54,50,114); }

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

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

 a { background-color: rgb(54,50,114); }

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

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

 span { border-color: rgb(54,50,114); }

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