#383A5C

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

Shades of Deep Koamaru #383A5C

Tints of Deep Koamaru #383A5C

Color information

#383A5C (or 0x383A5C) is unknown color: approx Deep Koamaru. HEX triplet: 38, 3A and 5C. RGB value is (56,58,92). Sum of RGB (Red+Green+Blue) = 56+58+92=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 58 (23.05% from 255 or 28.16% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #383A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A5C is #C7C5A3. Grayscale: #3D3D3D. Windows color (decimal): -13092260 or 6044216. OLE color: 6044216.

HSL color Cylindrical-coordinate representation of color #383A5C: hue angle of 236.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #383A5C is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB565892-
CMYK0.390.3700.64
HSL236.67º24.32%29.02%-
HSV(B)236.67º39.13%36.08%-
XYZ5.084.6410.75-
YUV61.28145.34124.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 58 (23.05% from 255) = 28.16%
BLUE value IS 92 (36.33% from 255) = 44.66%
R=27.18%
G=28.16%
B=44.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5658920.390.3700.64236.6724.3229.02
Hex383A5C2725040ed181d
Octal7072134474501003553035
Binary111000111010101110010011110010101000000111011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A5C; }

 p { color: rgb(56,58,92); }

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

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

 a { background-color: rgb(56,58,92); }

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

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

 span { border-color: rgb(56,58,92); }

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