#363460

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

Shades of Deep Koamaru #363460

Tints of Deep Koamaru #363460

Color information

#363460 (or 0x363460) is unknown color: approx Deep Koamaru. HEX triplet: 36, 34 and 60. RGB value is (54,52,96). Sum of RGB (Red+Green+Blue) = 54+52+96=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #363460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363460 is #C9CB9F. Grayscale: #393939. Windows color (decimal): -13224864 or 6304822. OLE color: 6304822.

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

Color convert

RGB545296-
CMYK0.440.4600.62
HSL242.73º29.73%29.02%-
HSV(B)242.73º45.83%37.65%-
XYZ4.864.0811.6-
YUV57.61149.66125.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=26.73%
G=25.74%
B=47.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5452960.440.4600.62242.7329.7329.02
Hex3634602C2E03Ef31e1d
Octal666414054560763633635
Binary11011011010011000001011001011100111110111100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363460; }

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

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

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

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

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

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

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

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