#38436F

Color #38436F Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #38436F

Tints of Port Gore #38436F

Color information

#38436F (or 0x38436F) is unknown color: approx Port Gore. HEX triplet: 38, 43 and 6F. RGB value is (56,67,111). Sum of RGB (Red+Green+Blue) = 56+67+111=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #38436F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38436F is #C7BC90. Grayscale: #444444. Windows color (decimal): -13089937 or 7291704. OLE color: 7291704.

HSL color Cylindrical-coordinate representation of color #38436F: hue angle of 228º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38436F is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5667111-
CMYK0.500.4000.56
HSL228º32.93%32.75%-
HSV(B)228º49.55%43.53%-
XYZ6.51615.85-
YUV68.73151.86118.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=23.93%
G=28.63%
B=47.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56671110.500.4000.5622832.9332.75
Hex38436F3228038e42121
Octal7010315762500703444141
Binary11100010000111101111110010101000011100011100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38436F; }

 p { color: rgb(56,67,111); }

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

<style>
 a { background-color: #38436F; }

 a { background-color: rgb(56,67,111); }

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

<style>
 span { border-color: #38436F; }

 span { border-color: rgb(56,67,111); }

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