#363A69

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

Shades of Deep Koamaru #363A69

Tints of Deep Koamaru #363A69

Color information

#363A69 (or 0x363A69) is unknown color: approx Deep Koamaru. HEX triplet: 36, 3A and 69. RGB value is (54,58,105). Sum of RGB (Red+Green+Blue) = 54+58+105=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 105 - color contains mainly: blue. Hex color #363A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A69 is #C9C596. Grayscale: #3D3D3D. Windows color (decimal): -13223319 or 6896182. OLE color: 6896182.

HSL color Cylindrical-coordinate representation of color #363A69: hue angle of 235.29º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #363A69 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5458105-
CMYK0.490.4500.59
HSL235.29º32.08%31.18%-
HSV(B)235.29º48.57%41.18%-
XYZ5.584.8314-
YUV62.16152.17122.18-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 105 (41.41% from 255) = 48.39%
R=24.88%
G=26.73%
B=48.39%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54581050.490.4500.59235.2932.0831.18
Hex363A69312D03Beb201f
Octal667215161550733534037
Binary110110111010110100111000110110101110111110101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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