#363961

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

Shades of Deep Koamaru #363961

Tints of Deep Koamaru #363961

Color information

#363961 (or 0x363961) is unknown color: approx Deep Koamaru. HEX triplet: 36, 39 and 61. RGB value is (54,57,97). Sum of RGB (Red+Green+Blue) = 54+57+97=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #363961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363961 is #C9C69E. Grayscale: #3C3C3C. Windows color (decimal): -13223583 or 6371638. OLE color: 6371638.

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

Color convert

RGB545797-
CMYK0.440.4100.62
HSL235.81º28.48%29.61%-
HSV(B)235.81º44.33%38.04%-
XYZ5.144.5711.92-
YUV60.66148.51123.25-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 97 (38.28% from 255) = 46.63%
R=25.96%
G=27.40%
B=46.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5457970.440.4100.62235.8128.4829.61
Hex3639612C2903Eec1c1e
Octal667114154510763543436
Binary11011011100111000011011001010010111110111011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363961; }

 p { color: rgb(54,57,97); }

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

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

 a { background-color: rgb(54,57,97); }

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

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

 span { border-color: rgb(54,57,97); }

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