#363A6C

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

Shades of Deep Koamaru #363A6C

Tints of Deep Koamaru #363A6C

Color information

#363A6C (or 0x363A6C) is unknown color: approx Deep Koamaru. HEX triplet: 36, 3A and 6C. RGB value is (54,58,108). Sum of RGB (Red+Green+Blue) = 54+58+108=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #363A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A6C is #C9C593. Grayscale: #3E3E3E. Windows color (decimal): -13223316 or 7092790. OLE color: 7092790.

HSL color Cylindrical-coordinate representation of color #363A6C: hue angle of 235.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #363A6C is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5458108-
CMYK0.500.4600.58
HSL235.56º33.33%31.76%-
HSV(B)235.56º50%42.35%-
XYZ5.744.8914.83-
YUV62.5153.67121.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 108 (42.58% from 255) = 49.09%
R=24.55%
G=26.36%
B=49.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54581080.500.4600.58235.5633.3331.76
Hex363A6C322E03Aec2120
Octal667215462560723544140
Binary1101101110101101100110010101110011101011101100100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363A6C; }

 p { color: rgb(54,58,108); }

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

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

 a { background-color: rgb(54,58,108); }

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

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

 span { border-color: rgb(54,58,108); }

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