#38426C

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

Shades of Port Gore #38426C

Tints of Port Gore #38426C

Color information

#38426C (or 0x38426C) is unknown color: approx Port Gore. HEX triplet: 38, 42 and 6C. RGB value is (56,66,108). Sum of RGB (Red+Green+Blue) = 56+66+108=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #38426C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38426C is #C7BD93. Grayscale: #434343. Windows color (decimal): -13090196 or 7094840. OLE color: 7094840.

HSL color Cylindrical-coordinate representation of color #38426C: hue angle of 228.46º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38426C is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5666108-
CMYK0.480.3900.58
HSL228.46º31.71%32.16%-
HSV(B)228.46º48.15%42.35%-
XYZ6.295.8214.98-
YUV67.8150.69119.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.35%
GREEN value IS 66 (26.17% from 255) = 28.70%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=24.35%
G=28.70%
B=46.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56661080.480.3900.58228.4631.7132.16
Hex38426C302703Ae42020
Octal7010215460470723444040
Binary11100010000101101100110000100111011101011100100100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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