#38326B

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

Shades of Deep Koamaru #38326B

Tints of Deep Koamaru #38326B

Color information

#38326B (or 0x38326B) is unknown color: approx Deep Koamaru. HEX triplet: 38, 32 and 6B. RGB value is (56,50,107). Sum of RGB (Red+Green+Blue) = 56+50+107=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 107 (42.19% from 255 or 50.23% from 213); Max value from RGB is 107 - color contains mainly: blue. Hex color #38326B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38326B is #C7CD94. Grayscale: #3A3A3A. Windows color (decimal): -13094293 or 7025208. OLE color: 7025208.

HSL color Cylindrical-coordinate representation of color #38326B: hue angle of 246.32º 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 #38326B is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5650107-
CMYK0.480.5300.58
HSL246.32º36.31%30.78%-
HSV(B)246.32º53.27%41.96%-
XYZ5.434.1814.43-
YUV58.29155.49126.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.29%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 107 (42.19% from 255) = 50.23%
R=26.29%
G=23.47%
B=50.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56501070.480.5300.58246.3236.3130.78
Hex38326B303503Af6241f
Octal706215360650723664437
Binary111000110010110101111000011010101110101111011010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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