#363962

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

Shades of Deep Koamaru #363962

Tints of Deep Koamaru #363962

Color information

#363962 (or 0x363962) is unknown color: approx Deep Koamaru. HEX triplet: 36, 39 and 62. RGB value is (54,57,98). Sum of RGB (Red+Green+Blue) = 54+57+98=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #363962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363962 is #C9C69D. Grayscale: #3C3C3C. Windows color (decimal): -13223582 or 6437174. OLE color: 6437174.

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

Color convert

RGB545798-
CMYK0.450.4200.62
HSL235.91º28.95%29.8%-
HSV(B)235.91º44.9%38.43%-
XYZ5.194.5912.17-
YUV60.78149.01123.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=25.84%
G=27.27%
B=46.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5457980.450.4200.62235.9128.9529.8
Hex3639622D2A03Eec1d1e
Octal667114255520763543536
Binary11011011100111000101011011010100111110111011001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363962; }

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

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

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

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

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

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

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

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