#363260

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

Shades of Deep Koamaru #363260

Tints of Deep Koamaru #363260

Color information

#363260 (or 0x363260) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 60. RGB value is (54,50,96). Sum of RGB (Red+Green+Blue) = 54+50+96=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #363260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363260 is #C9CD9F. Grayscale: #383838. Windows color (decimal): -13225376 or 6304310. OLE color: 6304310.

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

Color convert

RGB545096-
CMYK0.440.4800.62
HSL245.22º31.51%28.63%-
HSV(B)245.22º47.92%37.65%-
XYZ4.773.9111.57-
YUV56.44150.33126.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 96 (37.89% from 255) = 48%
R=27%
G=25%
B=48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5450960.440.4800.62245.2231.5128.63
Hex3632602C3003Ef5201d
Octal666214054600763654035
Binary110110110010110000010110011000001111101111010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363260; }

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

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

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

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

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

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

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

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