#38426E

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

Shades of Port Gore #38426E

Tints of Port Gore #38426E

Color information

#38426E (or 0x38426E) is unknown color: approx Port Gore. HEX triplet: 38, 42 and 6E. RGB value is (56,66,110). Sum of RGB (Red+Green+Blue) = 56+66+110=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #38426E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38426E is #C7BD91. Grayscale: #434343. Windows color (decimal): -13090194 or 7225912. OLE color: 7225912.

HSL color Cylindrical-coordinate representation of color #38426E: hue angle of 228.89º 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 #38426E is Cyan = 0.49, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5666110-
CMYK0.490.400.57
HSL228.89º32.53%32.55%-
HSV(B)228.89º49.09%43.14%-
XYZ6.395.8615.55-
YUV68.03151.69119.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=24.14%
G=28.45%
B=47.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal56661100.490.400.57228.8932.5332.55
Hex38426E3128039e52121
Octal7010215661500713454141
Binary11100010000101101110110001101000011100111100101100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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