#38416B

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

Shades of Port Gore #38416B

Tints of Port Gore #38416B

Color information

#38416B (or 0x38416B) is unknown color: approx Port Gore. HEX triplet: 38, 41 and 6B. RGB value is (56,65,107). Sum of RGB (Red+Green+Blue) = 56+65+107=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 107 - color contains mainly: blue. Hex color #38416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38416B is #C7BE94. Grayscale: #424242. Windows color (decimal): -13090453 or 7029048. OLE color: 7029048.

HSL color Cylindrical-coordinate representation of color #38416B: hue angle of 229.41º degrees, saturation: 0.31, 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 #38416B is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5665107-
CMYK0.480.3900.58
HSL229.41º31.29%31.96%-
HSV(B)229.41º47.66%41.96%-
XYZ6.185.6814.68-
YUV67.1150.52120.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 65 (25.78% from 255) = 28.51%
BLUE value IS 107 (42.19% from 255) = 46.93%
R=24.56%
G=28.51%
B=46.93%

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
Decimal56651070.480.3900.58229.4131.2931.96
Hex38416B302703Ae51f20
Octal7010115360470723453740
Binary1110001000001110101111000010011101110101110010111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38416B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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