#38426F

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

Shades of Port Gore #38426F

Tints of Port Gore #38426F

Color information

#38426F (or 0x38426F) is unknown color: approx Port Gore. HEX triplet: 38, 42 and 6F. RGB value is (56,66,111). Sum of RGB (Red+Green+Blue) = 56+66+111=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 111 (43.75% from 255 or 47.64% from 233); Max value from RGB is 111 - color contains mainly: blue. Hex color #38426F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38426F is #C7BD90. Grayscale: #434343. Windows color (decimal): -13090193 or 7291448. OLE color: 7291448.

HSL color Cylindrical-coordinate representation of color #38426F: hue angle of 229.09º 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 #38426F is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5666111-
CMYK0.500.4100.56
HSL229.09º32.93%32.75%-
HSV(B)229.09º49.55%43.53%-
XYZ6.455.8815.83-
YUV68.14152.19119.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 66 (26.17% from 255) = 28.33%
BLUE value IS 111 (43.75% from 255) = 47.64%
R=24.03%
G=28.33%
B=47.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal56661110.500.4100.56229.0932.9332.75
Hex38426F3229038e52121
Octal7010215762510703454141
Binary11100010000101101111110010101001011100011100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38426F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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