#363372

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

Shades of Deep Koamaru #363372

Tints of Deep Koamaru #363372

Color information

#363372 (or 0x363372) is unknown color: approx Deep Koamaru. HEX triplet: 36, 33 and 72. RGB value is (54,51,114). Sum of RGB (Red+Green+Blue) = 54+51+114=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #363372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363372 is #C9CC8D. Grayscale: #3A3A3A. Windows color (decimal): -13225102 or 7484214. OLE color: 7484214.

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

Color convert

RGB5451114-
CMYK0.530.5500.55
HSL242.86º38.18%32.35%-
HSV(B)242.86º55.26%44.71%-
XYZ5.744.3716.46-
YUV59.08158.99124.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=24.66%
G=23.29%
B=52.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54511140.530.5500.55242.8638.1832.35
Hex3633723537037f32620
Octal666316265670673634640
Binary1101101100111110010110101110111011011111110011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363372; }

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

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

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

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

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

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

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

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