#38326C

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

Shades of Deep Koamaru #38326C

Tints of Deep Koamaru #38326C

Color information

#38326C (or 0x38326C) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 6C. RGB value is (56,50,108). Sum of RGB (Red+Green+Blue) = 56+50+108=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #38326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38326C is #C7CD93. Grayscale: #3A3A3A. Windows color (decimal): -13094292 or 7090744. OLE color: 7090744.

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

Color convert

RGB5650108-
CMYK0.480.5400.58
HSL246.21º36.71%30.98%-
HSV(B)246.21º53.7%42.35%-
XYZ5.484.214.71-
YUV58.41155.99126.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 108 (42.58% from 255) = 50.47%
R=26.17%
G=23.36%
B=50.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56501080.480.5400.58246.2136.7130.98
Hex38326C303603Af6251f
Octal706215460660723664537
Binary111000110010110110011000011011001110101111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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