#383266

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

Shades of Deep Koamaru #383266

Tints of Deep Koamaru #383266

Color information

#383266 (or 0x383266) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 66. RGB value is (56,50,102). Sum of RGB (Red+Green+Blue) = 56+50+102=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #383266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383266 is #C7CD99. Grayscale: #393939. Windows color (decimal): -13094298 or 6697528. OLE color: 6697528.

HSL color Cylindrical-coordinate representation of color #383266: hue angle of 246.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #383266 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5650102-
CMYK0.450.5100.6
HSL246.92º34.21%29.8%-
HSV(B)246.92º50.98%40%-
XYZ5.174.0813.09-
YUV57.72152.99126.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.92%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=26.92%
G=24.04%
B=49.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56501020.450.5100.6246.9234.2129.8
Hex3832662D3303Cf7221e
Octal706214655630743674236
Binary111000110010110011010110111001101111001111011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383266; }

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

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

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

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

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

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

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

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