#38326A

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

Shades of Deep Koamaru #38326A

Tints of Deep Koamaru #38326A

Color information

#38326A (or 0x38326A) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 6A. RGB value is (56,50,106). Sum of RGB (Red+Green+Blue) = 56+50+106=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #38326A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38326A is #C7CD95. Grayscale: #393939. Windows color (decimal): -13094294 or 6959672. OLE color: 6959672.

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

Color convert

RGB5650106-
CMYK0.470.5300.58
HSL246.43º35.9%30.59%-
HSV(B)246.43º52.83%41.57%-
XYZ5.374.1614.16-
YUV58.18154.99126.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.42%
GREEN value IS 50 (19.92% from 255) = 23.58%
BLUE value IS 106 (41.80% from 255) = 50%
R=26.42%
G=23.58%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56501060.470.5300.58246.4335.930.59
Hex38326A2F3503Af6241f
Octal706215257650723664437
Binary111000110010110101010111111010101110101111011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38326A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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