#363275

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

Shades of Deep Koamaru #363275

Tints of Deep Koamaru #363275

Color information

#363275 (or 0x363275) is unknown color: approx Deep Koamaru. HEX triplet: 36, 32 and 75. RGB value is (54,50,117). Sum of RGB (Red+Green+Blue) = 54+50+117=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #363275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363275 is #C9CD8A. Grayscale: #3A3A3A. Windows color (decimal): -13225355 or 7680566. OLE color: 7680566.

HSL color Cylindrical-coordinate representation of color #363275: hue angle of 243.58º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363275 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5450117-
CMYK0.540.5700.54
HSL243.58º40.12%32.75%-
HSV(B)243.58º57.26%45.88%-
XYZ5.874.3517.36-
YUV58.83160.83124.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.43%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=24.43%
G=22.62%
B=52.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal54501170.540.5700.54243.5840.1232.75
Hex3632753639036f42821
Octal666216566710663645041
Binary1101101100101110101110110111001011011011110100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363275; }

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

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

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

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

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

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

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

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