#38416F

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

Shades of Port Gore #38416F

Tints of Port Gore #38416F

Color information

#38416F (or 0x38416F) is unknown color: approx Port Gore. HEX triplet: 38, 41 and 6F. RGB value is (56,65,111). Sum of RGB (Red+Green+Blue) = 56+65+111=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 111 - color contains mainly: blue. Hex color #38416F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38416F is #C7BE90. Grayscale: #434343. Windows color (decimal): -13090449 or 7291192. OLE color: 7291192.

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

Color convert

RGB5665111-
CMYK0.500.4100.56
HSL230.18º32.93%32.75%-
HSV(B)230.18º49.55%43.53%-
XYZ6.395.7715.82-
YUV67.55152.52119.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 65 (25.78% from 255) = 28.02%
BLUE value IS 111 (43.75% from 255) = 47.84%
R=24.14%
G=28.02%
B=47.84%

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
Decimal56651110.500.4100.56230.1832.9332.75
Hex38416F3229038e62121
Octal7010115762510703464141
Binary11100010000011101111110010101001011100011100110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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