#38436E

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

Shades of Port Gore #38436E

Tints of Port Gore #38436E

Color information

#38436E (or 0x38436E) is unknown color: approx Port Gore. HEX triplet: 38, 43 and 6E. RGB value is (56,67,110). Sum of RGB (Red+Green+Blue) = 56+67+110=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #38436E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38436E is #C7BC91. Grayscale: #444444. Windows color (decimal): -13089938 or 7226168. OLE color: 7226168.

HSL color Cylindrical-coordinate representation of color #38436E: hue angle of 227.78º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #38436E is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5667110-
CMYK0.490.3900.57
HSL227.78º32.53%32.55%-
HSV(B)227.78º49.09%43.14%-
XYZ6.455.9815.57-
YUV68.61151.36119-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 110 (43.36% from 255) = 47.21%
R=24.03%
G=28.76%
B=47.21%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56671100.490.3900.57227.7832.5332.55
Hex38436E3127039e42121
Octal7010315661470713444141
Binary11100010000111101110110001100111011100111100100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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