#38426D

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

Shades of Port Gore #38426D

Tints of Port Gore #38426D

Color information

#38426D (or 0x38426D) is unknown color: approx Port Gore. HEX triplet: 38, 42 and 6D. RGB value is (56,66,109). Sum of RGB (Red+Green+Blue) = 56+66+109=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 109 - color contains mainly: blue. Hex color #38426D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38426D is #C7BD92. Grayscale: #434343. Windows color (decimal): -13090195 or 7160376. OLE color: 7160376.

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

Color convert

RGB5666109-
CMYK0.490.3900.57
HSL228.68º32.12%32.35%-
HSV(B)228.68º48.62%42.75%-
XYZ6.345.8415.26-
YUV67.91151.19119.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 109 (42.97% from 255) = 47.19%
R=24.24%
G=28.57%
B=47.19%

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
Decimal56661090.490.3900.57228.6832.1232.35
Hex38426D3127039e52020
Octal7010215561470713454040
Binary11100010000101101101110001100111011100111100101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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