#383A66

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

Shades of Deep Koamaru #383A66

Tints of Deep Koamaru #383A66

Color information

#383A66 (or 0x383A66) is unknown color: approx Deep Koamaru. HEX triplet: 38, 3A and 66. RGB value is (56,58,102). Sum of RGB (Red+Green+Blue) = 56+58+102=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 102 - color contains mainly: blue. Hex color #383A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A66 is #C7C599. Grayscale: #3E3E3E. Windows color (decimal): -13092250 or 6699576. OLE color: 6699576.

HSL color Cylindrical-coordinate representation of color #383A66: hue angle of 237.39º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #383A66 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5658102-
CMYK0.450.4300.6
HSL237.39º29.11%30.98%-
HSV(B)237.39º45.1%40%-
XYZ5.544.8313.21-
YUV62.42150.34123.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=25.93%
G=26.85%
B=47.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56581020.450.4300.6237.3929.1130.98
Hex383A662D2B03Ced1d1f
Octal707214655530743553537
Binary11100011101011001101011011010110111100111011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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