#38326E

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

Shades of Deep Koamaru #38326E

Tints of Deep Koamaru #38326E

Color information

#38326E (or 0x38326E) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 6E. RGB value is (56,50,110). Sum of RGB (Red+Green+Blue) = 56+50+110=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #38326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38326E is #C7CD91. Grayscale: #3A3A3A. Windows color (decimal): -13094290 or 7221816. OLE color: 7221816.

HSL color Cylindrical-coordinate representation of color #38326E: hue angle of 246º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38326E is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5650110-
CMYK0.490.5500.57
HSL246º37.5%31.37%-
HSV(B)246º54.55%43.14%-
XYZ5.594.2515.28-
YUV58.63156.99126.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.93%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=25.93%
G=23.15%
B=50.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56501100.490.5500.5724637.531.37
Hex38326E3137039f6261f
Octal706215661670713664637
Binary111000110010110111011000111011101110011111011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38326E; }

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

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

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

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

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

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

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

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