#38336B

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

Shades of Deep Koamaru #38336B

Tints of Deep Koamaru #38336B

Color information

#38336B (or 0x38336B) is unknown color: approx Deep Koamaru. HEX triplet: 38, 33 and 6B. RGB value is (56,51,107). Sum of RGB (Red+Green+Blue) = 56+51+107=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #38336B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38336B is #C7CC94. Grayscale: #3A3A3A. Windows color (decimal): -13094037 or 7025464. OLE color: 7025464.

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

Color convert

RGB5651107-
CMYK0.480.5200.58
HSL245.36º35.44%30.98%-
HSV(B)245.36º52.34%41.96%-
XYZ5.474.2714.45-
YUV58.88155.16125.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 107 (42.19% from 255) = 50%
R=26.17%
G=23.83%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56511070.480.5200.58245.3635.4430.98
Hex38336B303403Af5231f
Octal706315360640723654337
Binary111000110011110101111000011010001110101111010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38336B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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