#38326D

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

Shades of Deep Koamaru #38326D

Tints of Deep Koamaru #38326D

Color information

#38326D (or 0x38326D) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 6D. RGB value is (56,50,109). Sum of RGB (Red+Green+Blue) = 56+50+109=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #38326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38326D is #C7CD92. Grayscale: #3A3A3A. Windows color (decimal): -13094291 or 7156280. OLE color: 7156280.

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

Color convert

RGB5650109-
CMYK0.490.5400.57
HSL246.1º37.11%31.18%-
HSV(B)246.1º54.13%42.75%-
XYZ5.534.2314.99-
YUV58.52156.49126.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=26.05%
G=23.26%
B=50.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56501090.490.5400.57246.137.1131.18
Hex38326D3136039f6251f
Octal706215561660713664537
Binary111000110010110110111000111011001110011111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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