#383A6A

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

Shades of Deep Koamaru #383A6A

Tints of Deep Koamaru #383A6A

Color information

#383A6A (or 0x383A6A) is unknown color: approx Deep Koamaru. HEX triplet: 38, 3A and 6A. RGB value is (56,58,106). Sum of RGB (Red+Green+Blue) = 56+58+106=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #383A6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A6A is #C7C595. Grayscale: #3E3E3E. Windows color (decimal): -13092246 or 6961720. OLE color: 6961720.

HSL color Cylindrical-coordinate representation of color #383A6A: hue angle of 237.6º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #383A6A is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5658106-
CMYK0.470.4500.58
HSL237.6º30.86%31.76%-
HSV(B)237.6º47.17%41.57%-
XYZ5.754.9114.28-
YUV62.87152.34123.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.45%
GREEN value IS 58 (23.05% from 255) = 26.36%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=25.45%
G=26.36%
B=48.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56581060.470.4500.58237.630.8631.76
Hex383A6A2F2D03Aee1f20
Octal707215257550723563740
Binary111000111010110101010111110110101110101110111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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