#363968

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

Shades of Deep Koamaru #363968

Tints of Deep Koamaru #363968

Color information

#363968 (or 0x363968) is unknown color: approx Deep Koamaru. HEX triplet: 36, 39 and 68. RGB value is (54,57,104). Sum of RGB (Red+Green+Blue) = 54+57+104=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #363968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363968 is #C9C697. Grayscale: #3D3D3D. Windows color (decimal): -13223576 or 6830390. OLE color: 6830390.

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

Color convert

RGB5457104-
CMYK0.480.4500.59
HSL236.4º31.65%30.98%-
HSV(B)236.4º48.08%40.78%-
XYZ5.484.7113.72-
YUV61.46152.01122.68-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 57 (22.66% from 255) = 26.51%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=25.12%
G=26.51%
B=48.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54571040.480.4500.59236.431.6530.98
Hex363968302D03Bec201f
Octal667115060550733544037
Binary110110111001110100011000010110101110111110110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363968; }

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

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

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

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

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

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

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

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